Monday, 21st June 2010
The new frontier for learning Java

Category:Serialization

From WikiJava

Jump to: navigation, search

In the Object Oriented Paradigm, Serialization is the process of converting an Object to a sequence of bytes so that it can be stored on disk or transmitted over a sequential channel like the internet network.

The process of serializing an object is also called deflating or marshalling.

Check the list of articles below.

Pages in category "Serialization"

The following 4 pages are in this category, out of 4 total.

P

S