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
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
Namespace: Tangosol.Net.Partition
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
C# |
---|
public virtual void ReadExternal( IPofReader reader ) |
Parameters
- reader
- Type: Tangosol.IO.Pof..::..IPofReader
The IPofReader from which to read the object's state.
Implements
IPortableObject..::..ReadExternal(IPofReader)
Exceptions
Exception | Condition |
---|---|
System.IO..::..IOException | If an I/O error occurs. |