org.jbox2d.serialization
Interface UnsupportedListener
public interface UnsupportedListener
Used to hear when an object is unsupported by the serializer or the deserializer.
This is so the de/serializer can keep going without throwing an exception and
stopping the entire thing
- Author:
- Daniel Murphy
isUnsupported
boolean isUnsupported(UnsupportedObjectException argException)
- Called when an object is unsupported by the de/serializer.
- Parameters:
argException
- the exception describing the error
- Returns:
- if the process should stop and the exception be thrown
Copyright © 2013. All Rights Reserved.