Top Categories

12.4 Serialization of Java Object in XML using XMLEncoder Tutorial
  • Category:
  • Sub Category:
  • Tutorial
  • Simple
  • lecture
  • efficient
  • object
  • Oracle
  • class
  • android
  • Plain Old Java Object
  • Mobile
No Views

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.

Comments

You Might Be Interested In