Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 186 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 186 Bytes

Serialization

  • It is the mechanism of writing the state of object into a byte-stream.

Deserializaton

  • It is the reverse operation of Serialization is called Deserialization.