Uses of Class
org.jbox2d.serialization.UnsupportedObjectException
Packages that use UnsupportedObjectException
-
Uses of UnsupportedObjectException in org.jbox2d.serialization
Methods in org.jbox2d.serialization with parameters of type UnsupportedObjectExceptionModifier and TypeMethodDescriptionbooleanUnsupportedListener.isUnsupported(UnsupportedObjectException argException) Called when an object is unsupported by the de/serializer.Methods in org.jbox2d.serialization that throw UnsupportedObjectExceptionModifier and TypeMethodDescriptionJbDeserializer.deserializeBody(World world, InputStream input) Deserializes a bodyJbDeserializer.deserializeFixture(Body body, InputStream input) Deserializes a fixtureJbDeserializer.deserializeJoint(World world, InputStream input, Map<Integer, Body> bodyMap, Map<Integer, Joint> jointMap) Deserializes a jointJbDeserializer.deserializeShape(InputStream input) Deserializes a shapeJbDeserializer.deserializeWorld(InputStream input) Deserializes a worldSerializes a shapeSerializes a bodySerializes a fixtureSerializes the world -
Uses of UnsupportedObjectException in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type UnsupportedObjectExceptionModifier and TypeMethodDescriptionbooleanTestbedTest.isUnsupported(UnsupportedObjectException exception)