Class EnumSerializationHandler
java.lang.Object
org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
org.identityconnectors.framework.impl.serializer.AbstractObjectSerializationHandler
org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
- All Implemented Interfaces:
ObjectSerializationHandler
,ObjectTypeMapper
-
Constructor Summary
-
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 class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
getHandledObjectType, getHandledSerialType, isMatchSubclasses
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
getHandledObjectType, getHandledSerialType, isMatchSubclasses
-
Constructor Details
-
EnumSerializationHandler
-
-
Method Details
-
deserialize
Description copied from interface:ObjectSerializationHandler
Called to deserialize the object. -
serialize
Description copied from interface:ObjectSerializationHandler
Called to serialize the object.
-