Top Categories
12.4 Serialization of Java Object in XML using XMLEncoder Tutorial
- Category:
- Sub Category:
Saving the state of an object in a file is known as serialization. Rather than serializing Java objects to binary format we can serialize them to XML documents which is human readable.