Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the state of an object is to be saved, objects need to b ...
Search results for serialization
Yes it is possible to have control over serialization process. The class should implement Externalizable interface. This interface contains two method ...
What is serialization?
Posted by Devin
Serialization is a mechanism by which you can save the state of an object by converting it to a byte stream.
[Source: JAGAN MOHAN "Interview question ...
« previous1 next »
