Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Deserialize an object from a stream by reading its state using the specified DataReader object.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
Object Deserialize(
	DataReader reader
)

Parameters

reader
Type: Tangosol.IO..::.DataReader
The DataReader with which to read the object's state.

Return Value

The deserialized user type instance.

Exceptions

ExceptionCondition
System.IO..::.IOException If an I/O error occurs.

See Also