Spec-Zone .ru
спецификации, руководства, описания, API
CONTENTS | PREV | NEXT

JavaTM Object Serialization Specification

Object serialization in the JavaTM system is the process of creating a serialized representation of objects or a graph of objects. Object values and types are serialized with sufficient information to insure that the equivalent typed object can be recreated. Deserialization is the symmetric process of recreating the object or graph of objects from the serialized representation. Different versions of a class can write and read compatible streams.


CONTENTS | PREV | NEXT
Copyright © 1997-1999 Sun Microsystems, Inc. All Rights Reserved.