org.identityconnectors.framework.impl.serializer
Class ObjectSerializerFactoryImpl
java.lang.Object
org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
public class ObjectSerializerFactoryImpl
- extends ObjectSerializerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectSerializerFactoryImpl
public ObjectSerializerFactoryImpl()
newBinaryDeserializer
public BinaryObjectDeserializer newBinaryDeserializer(InputStream is)
- Specified by:
newBinaryDeserializer in class ObjectSerializerFactory
newBinarySerializer
public BinaryObjectSerializer newBinarySerializer(OutputStream os)
- Specified by:
newBinarySerializer in class ObjectSerializerFactory
newXmlSerializer
public XmlObjectSerializer newXmlSerializer(Writer w,
boolean includeHeader,
boolean multiObject)
- Specified by:
newXmlSerializer in class ObjectSerializerFactory
deserializeXmlStream
public void deserializeXmlStream(InputSource is,
XmlObjectResultsHandler handler,
boolean validate)
- Specified by:
deserializeXmlStream in class ObjectSerializerFactory
Copyright © 2011. All Rights Reserved.