Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
E15727-01
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
Namespace:
Tangosol.IO.PofAssembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
void ReadExternal( IPofReader reader ) |
Parameters
- reader
- Type: Tangosol.IO.Pof..::.IPofReader
The IPofReader from which to read the object's state.
Exceptions
| Exception | Condition |
|---|---|
| If an I/O error occurs. |