Answer:
According to Wikipedia serialization is the process of converting a objects into a format (sequence of bytes) that can be stored in a file, ...
Search results for serialization
The serialization mechanism generates an object graph for serialization. Thus it determines whether the included object references are serializable or ...
What is Externalizable interface?
Posted by Devin
Externalizable is an interface which contains two methods readExternal and writeExternal. These methods give you a control over the serialization mech ...
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 ...
How can I customize the seralization process? i.e. how can one have a control over the serialization process?
Posted by Devin
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 »
