Uses of Class
org.jbox2d.serialization.UnsupportedObjectException
-
Packages that use UnsupportedObjectException Package Description org.jbox2d.serialization org.jbox2d.testbed.framework -
-
Uses of UnsupportedObjectException in org.jbox2d.serialization
Methods in org.jbox2d.serialization with parameters of type UnsupportedObjectException Modifier and Type Method Description boolean
UnsupportedListener. isUnsupported(UnsupportedObjectException argException)
Called when an object is unsupported by the de/serializer.Methods in org.jbox2d.serialization that throw UnsupportedObjectException Modifier and Type Method Description Body
JbDeserializer. deserializeBody(World world, java.io.InputStream input)
Deserializes a bodyFixture
JbDeserializer. deserializeFixture(Body body, java.io.InputStream input)
Deserializes a fixtureJoint
JbDeserializer. deserializeJoint(World world, java.io.InputStream input, java.util.Map<java.lang.Integer,Body> bodyMap, java.util.Map<java.lang.Integer,Joint> jointMap)
Deserializes a jointShape
JbDeserializer. deserializeShape(java.io.InputStream input)
Deserializes a shapeWorld
JbDeserializer. deserializeWorld(java.io.InputStream input)
Deserializes a worldSerializationResult
JbSerializer. serialize(Shape shape)
Serializes a shapeSerializationResult
JbSerializer. serialize(Body body)
Serializes a bodySerializationResult
JbSerializer. serialize(Fixture fixture)
Serializes a fixtureSerializationResult
JbSerializer. serialize(World world)
Serializes the world -
Uses of UnsupportedObjectException in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type UnsupportedObjectException Modifier and Type Method Description boolean
TestbedTest. isUnsupported(UnsupportedObjectException exception)
-