Package org.jbox2d.serialization
-
Interface Summary Interface Description JbDeserializer JbDeserializer.ObjectListener Called for each physics object with a tag defined.JbSerializer Serializer for jbox2d, used to serialize any aspect of the physics worldJbSerializer.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. -
Class Summary Class Description SerializationHelper -
Enum Summary Enum Description UnsupportedObjectException.Type -
Exception Summary Exception Description UnsupportedObjectException Called when an object is unsupported by the serializer or deserializer.