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 booleanUnsupportedListener. 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 BodyJbDeserializer. deserializeBody(World world, java.io.InputStream input)Deserializes a bodyFixtureJbDeserializer. deserializeFixture(Body body, java.io.InputStream input)Deserializes a fixtureJointJbDeserializer. 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 jointShapeJbDeserializer. deserializeShape(java.io.InputStream input)Deserializes a shapeWorldJbDeserializer. deserializeWorld(java.io.InputStream input)Deserializes a worldSerializationResultJbSerializer. serialize(Shape shape)Serializes a shapeSerializationResultJbSerializer. serialize(Body body)Serializes a bodySerializationResultJbSerializer. serialize(Fixture fixture)Serializes a fixtureSerializationResultJbSerializer. 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 booleanTestbedTest. isUnsupported(UnsupportedObjectException exception)
-