Uses of Interface
org.identityconnectors.framework.impl.serializer.ObjectEncoder
-
-
Uses of ObjectEncoder in org.identityconnectors.framework.impl.serializer
Methods in org.identityconnectors.framework.impl.serializer with parameters of type ObjectEncoder Modifier and Type Method Description 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 Modifier and Type Class Description class
BinaryObjectEncoder
-
Uses of ObjectEncoder in org.identityconnectors.framework.impl.serializer.xml
Classes in org.identityconnectors.framework.impl.serializer.xml that implement ObjectEncoder Modifier and Type Class Description class
XmlObjectEncoder
-