Serializing / De-serializing bean object using XMLEncoder / XMLDecoder
The java.beans package provides very useful classes [XMLEncoder / XMLDecoder] to save an object state [persist] into an XML file [Serialize] and easily read it back [De-serialize]. It's very helpful while debugging the state of objects especially in the production environments.
No need to provide any examples as the below are some useful links that already contains the same:
No comments:
Post a Comment