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 XmlObjectSerializerObjectSerializerFactory. newXmlSerializer(Writer w, boolean includeHeader, boolean multiObject)Creates aBinaryObjectSerializerfor writing objects to the given stream.
-