Uses of Interface
org.identityconnectors.framework.common.serializer.XmlObjectSerializer
-
-
Uses of XmlObjectSerializer in org.identityconnectors.framework.common.serializer
Methods in org.identityconnectors.framework.common.serializer that return XmlObjectSerializer Modifier and Type Method Description abstract XmlObjectSerializer
ObjectSerializerFactory. newXmlSerializer(Writer w, boolean includeHeader, boolean multiObject)
Creates aBinaryObjectSerializer
for writing objects to the given stream. -
Uses of XmlObjectSerializer in org.identityconnectors.framework.impl.serializer
Methods in org.identityconnectors.framework.impl.serializer that return XmlObjectSerializer Modifier and Type Method Description XmlObjectSerializer
ObjectSerializerFactoryImpl. newXmlSerializer(Writer w, boolean includeHeader, boolean multiObject)
-
Uses of XmlObjectSerializer in org.identityconnectors.framework.impl.serializer.xml
Classes in org.identityconnectors.framework.impl.serializer.xml that implement XmlObjectSerializer Modifier and Type Class Description class
XmlObjectSerializerImpl
-