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.BinaryObjectDeserializer Interface Reference

Interface for reading objects from a stream. More...

Public Member Functions

object ReadObject ()
 Reads the next object from the stream. More...
 
void Close ()
 Closes the underlying stream More...
 

Detailed Description

Interface for reading objects from a stream.

Member Function Documentation

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

Closes the underlying stream

object Org.IdentityConnectors.Framework.Common.Serializer.BinaryObjectDeserializer.ReadObject ( )

Reads the next object from the stream.

Throws a wrapped EndOfStreamException if end of stream is reached.

Returns
The next object from the stream.

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