Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Serialize an enum instance to a POF stream by writing its
value using the specified IPofWriter object.
Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
C# |
---|
public void Serialize( IPofWriter writer, Object o ) |
Parameters
- writer
- Type: Tangosol.IO.Pof..::..IPofWriter
The IPofWriter with which to write the object's state.
- o
- Type: System..::..Object
The object to serialize.
Implements
IPofSerializer..::..Serialize(IPofWriter, Object)
Exceptions
Exception | Condition |
---|---|
System.IO..::..IOException | If an I/O error occurs. |