org.identityconnectors.framework.impl.serializer
Class ObjectSerializerRegistry
java.lang.Object
org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
public class ObjectSerializerRegistry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectSerializerRegistry
public ObjectSerializerRegistry()
getMapperBySerialType
public static ObjectTypeMapper getMapperBySerialType(String type)
getMapperByObjectType
public static ObjectTypeMapper getMapperByObjectType(Class<?> clazz)
getHandlerBySerialType
public static ObjectSerializationHandler getHandlerBySerialType(String type)
getHandlerByObjectType
public static ObjectSerializationHandler getHandlerByObjectType(Class<?> clazz)
Copyright © 2011. All Rights Reserved.