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
ConstructorsModifierConstructorDescriptionprotectedAbstractObjectSerializationHandler(Class<?> handledClass, String type) -
Method Summary
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.ObjectSerializationHandler
deserialize, serializeMethods inherited from interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
getHandledObjectType, getHandledSerialType, isMatchSubclasses
-
Constructor Details
-
AbstractObjectSerializationHandler
-