パッケージ com.jme3.network.serializing

クラスの概要
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.
 

例外の概要
SerializerException A general exception from the serialization routines.
 

注釈型の概要
Serializable Use this annotation when a class is going to be transferred over the network.