Difference between revisions of "Serialization"
From Suhrid.net Wiki
Jump to navigationJump to search (Created page with "== Intro == * Mechanism to persist state of objects * ObjectOutputStream.writeObject() - serialize and write * ObjectInputStream.readObject() - read and deserialize [[Catego...") |
(No difference)
|
Revision as of 22:40, 29 August 2011
Intro
- Mechanism to persist state of objects
- ObjectOutputStream.writeObject() - serialize and write
- ObjectInputStream.readObject() - read and deserialize