Class AbstractObjectSerializationHandler
- java.lang.Object
-
- org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
-
- org.identityconnectors.framework.impl.serializer.AbstractObjectSerializationHandler
-
- All Implemented Interfaces:
ObjectSerializationHandler
,ObjectTypeMapper
- Direct Known Subclasses:
EnumSerializationHandler
public abstract class AbstractObjectSerializationHandler extends ObjectTypeMapperImpl implements ObjectSerializationHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractObjectSerializationHandler(Class<?> handledClass, String type)
-
Method Summary
-
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.ObjectSerializationHandler
deserialize, serialize
-
Methods inherited from interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
getHandledObjectType, getHandledSerialType, isMatchSubclasses
-
-