Uses of Interface
org.identityconnectors.framework.common.serializer.XmlObjectSerializer
-
Packages that use XmlObjectSerializer Package Description org.identityconnectors.framework.common.serializer -
-
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(java.io.Writer w, boolean includeHeader, boolean multiObject)
Creates aBinaryObjectSerializer
for writing objects to the given stream.
-