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.BinaryObjectSerializer 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 ()
 Closes the underylying stream after first flushing it. More...
 

Detailed Description

Interface for writing objects to a stream.

Member Function Documentation

void Org.IdentityConnectors.Framework.Common.Serializer.BinaryObjectSerializer.Close ( )

Closes the underylying stream after first flushing it.

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

Flushes the underlying stream.

void Org.IdentityConnectors.Framework.Common.Serializer.BinaryObjectSerializer.WriteObject ( object  obj)

Writes the next object to the stream.

Parameters
objThe object to write.
See also
Org.IdentityConnectors.Framework.Common.Serializer.ObjectSerializerFactory

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