|
Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework
12c (12.2.1.4.0) E95919-01
|
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... | |
Interface for writing objects to a stream.
| 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.
| obj | The object to write. |