Uses of Package
org.jbox2d.serialization

Packages that use org.jbox2d.serialization
org.jbox2d.serialization   
org.jbox2d.serialization.pb   
 

Classes in org.jbox2d.serialization used by org.jbox2d.serialization
JbDeserializer.ObjectListener
          Called for each physics object with a tag defined.
JbSerializer.ObjectSigner
          Interface that allows the serializer to look up tags for each object, which can be used later during deserializing by the developer.
SerializationResult
          Container for holding serialization results.
UnsupportedListener
          Used to hear when an object is unsupported by the serializer or the deserializer.
UnsupportedObjectException
          Called when an object is unsupported by the serializer or deserializer.
UnsupportedObjectException.Type
           
 

Classes in org.jbox2d.serialization used by org.jbox2d.serialization.pb
JbDeserializer
           
JbDeserializer.ObjectListener
          Called for each physics object with a tag defined.
JbSerializer
          Serializer for jbox2d, used to serialize any aspect of the physics world
JbSerializer.ObjectSigner
          Interface that allows the serializer to look up tags for each object, which can be used later during deserializing by the developer.
SerializationResult
          Container for holding serialization results.
UnsupportedListener
          Used to hear when an object is unsupported by the serializer or the deserializer.
 



Copyright © 2013. All Rights Reserved.