|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectTypeMapper
Interface to be implemented to handle the serialization/ deserialization of an object.
| Method Summary | |
|---|---|
Class<?> |
getHandledObjectType()
Returns the java class handled by this handler. |
String |
getHandledSerialType()
Returns the type of object being serialized. |
boolean |
getMatchSubclasses()
Should we match subclasses of the given class or only the exact class? |
| Method Detail |
|---|
String getHandledSerialType()
Class<?> getHandledObjectType()
boolean getMatchSubclasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||