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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(ObjectDecoder decoder) Called to deserialize the object.voidserialize(Object object, ObjectEncoder encoder) Called to serialize the object.Methods inherited from class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
getHandledObjectType, getHandledSerialType, isMatchSubclassesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
getHandledObjectType, getHandledSerialType, isMatchSubclasses
-
Constructor Details
-
EnumSerializationHandler
-
-
Method Details
-
deserialize
Description copied from interface:ObjectSerializationHandlerCalled to deserialize the object. -
serialize
Description copied from interface:ObjectSerializationHandlerCalled to serialize the object.
-