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 TypeMethodDescriptionboolean
UnsupportedListener.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, java.io.InputStream input) Deserializes a bodyJbDeserializer.deserializeFixture
(Body body, java.io.InputStream input) Deserializes a fixtureJbDeserializer.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 jointJbDeserializer.deserializeShape
(java.io.InputStream input) Deserializes a shapeJbDeserializer.deserializeWorld
(java.io.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 TypeMethodDescriptionboolean
TestbedTest.isUnsupported
(UnsupportedObjectException exception)