Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Framework.Common.Serializer.XmlObjectSerializer Interface Reference

Interface for writing objects to a stream. More...

Public Member Functions

void WriteObject (Object obj)
 Writes the next object to the stream. More...
 
void Flush ()
 Flushes the underlying stream. More...
 
void Close (bool closeUnderlyingStream)
 Adds document end tag and optinally closes the underlying stream More...
 

Detailed Description

Interface for writing objects to a stream.

Member Function Documentation

void Org.IdentityConnectors.Framework.Common.Serializer.XmlObjectSerializer.Close ( bool  closeUnderlyingStream)

Adds document end tag and optinally closes the underlying stream

void Org.IdentityConnectors.Framework.Common.Serializer.XmlObjectSerializer.Flush ( )

Flushes the underlying stream.

void Org.IdentityConnectors.Framework.Common.Serializer.XmlObjectSerializer.WriteObject ( Object  obj)

Writes the next object to the stream.

Parameters
objectThe object to write.
See also
Org.IdentityConnectors.Framework.Common.Serializer.ObjectSerializerFactory
Exceptions
Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorExceptionif there is more than one object and this is not configured for multi-object document.

The documentation for this interface was generated from the following file: