Uses of Interface
org.identityconnectors.framework.impl.serializer.ObjectSerializationHandler
-
Packages that use ObjectSerializationHandler Package Description org.identityconnectors.framework.impl.serializer -
-
Uses of ObjectSerializationHandler in org.identityconnectors.framework.impl.serializer
Classes in org.identityconnectors.framework.impl.serializer that implement ObjectSerializationHandler Modifier and Type Class Description class
AbstractObjectSerializationHandler
class
EnumSerializationHandler
Methods in org.identityconnectors.framework.impl.serializer that return ObjectSerializationHandler Modifier and Type Method Description static ObjectSerializationHandler
ObjectSerializerRegistry. getHandlerByObjectType(Class<?> clazz)
static ObjectSerializationHandler
ObjectSerializerRegistry. getHandlerBySerialType(String type)
-