Package com.jme3.network.serializing

Class Summary
Serializer The main serializer class, which will serialize objects such that they can be sent across the network.
SerializerRegistration A SerializerRegistration represents a connection between a class, and its serializer.
 

Exception Summary
SerializerException A general exception from the serialization routines.
 

Annotation Types Summary
Serializable Use this annotation when a class is going to be transferred over the network.