Uses of Interface
org.identityconnectors.framework.impl.serializer.ObjectEncoder

Packages that use ObjectEncoder
org.identityconnectors.framework.impl.serializer   
org.identityconnectors.framework.impl.serializer.binary   
org.identityconnectors.framework.impl.serializer.xml   
 

Uses of ObjectEncoder in org.identityconnectors.framework.impl.serializer
 

Methods in org.identityconnectors.framework.impl.serializer with parameters of type ObjectEncoder
 void EnumSerializationHandler.serialize(Object object, ObjectEncoder encoder)
           
 void ObjectSerializationHandler.serialize(Object object, ObjectEncoder encoder)
          Called to serialize the object.
 

Uses of ObjectEncoder in org.identityconnectors.framework.impl.serializer.binary
 

Classes in org.identityconnectors.framework.impl.serializer.binary that implement ObjectEncoder
 class BinaryObjectEncoder
           
 

Uses of ObjectEncoder in org.identityconnectors.framework.impl.serializer.xml
 

Classes in org.identityconnectors.framework.impl.serializer.xml that implement ObjectEncoder
 class XmlObjectEncoder
           
 



Copyright © 2011. All Rights Reserved.