|
Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework
12c (12.2.1.3.0) E81433-01
|
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... | |
Interface for reading objects from a stream.
| 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.