java.io.Serializable and offering convenient methods for reading and writing native fields from and to an instance of this type.
More...
Inheritance diagram for com::codemesh::peer::SerializablePeer:


java.io.Serializable and offering convenient methods for reading and writing native fields from and to an instance of this type.
This is a convenient peer type that can be used for generic object serialization tasks in places where java.lang.Object or java.io.Serializable types are required.
This type inherits all of its functionality from the com.codemesh.peer.AbstractPeerType class and just adds the java.io.Serializable inhteritance.
1.4.1