org.identityconnectors.framework.impl.serializer
Class ObjectSerializerRegistry

java.lang.Object
  extended by org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry

public class ObjectSerializerRegistry
extends Object


Constructor Summary
ObjectSerializerRegistry()
           
 
Method Summary
static ObjectSerializationHandler getHandlerByObjectType(Class<?> clazz)
           
static ObjectSerializationHandler getHandlerBySerialType(String type)
           
static ObjectTypeMapper getMapperByObjectType(Class<?> clazz)
           
static ObjectTypeMapper getMapperBySerialType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSerializerRegistry

public ObjectSerializerRegistry()
Method Detail

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.