Interface ObjectSerializationHandler
- All Superinterfaces:
ObjectTypeMapper
- All Known Implementing Classes:
AbstractObjectSerializationHandler
,EnumSerializationHandler
Interface to be implemented to handle the serialization/
deserialization of an object.
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(ObjectDecoder decoder) Called to deserialize the object.void
serialize
(Object object, ObjectEncoder encoder) Called to serialize the object.Methods inherited from interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
getHandledObjectType, getHandledSerialType, isMatchSubclasses
-
Method Details
-
serialize
Called to serialize the object. -
deserialize
Called to deserialize the object.
-