Serialization
For many complex objects, such as those that make extensive use of
references ,
this process is not straightforward. Serialization of object-oriented
objects does
not include any of their associated
methodswith
which they were previously inextricably linked. This process of
serializing an object is also called *deflating* or
*marshalling
* an object.
references ,
this process is not straightforward. Serialization of object-oriented
objects does
not include any of their associated
methodswith
which they were previously inextricably linked. This process of
serializing an object is also called *deflating* or
*marshalling
* an object.

Comments