Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
public 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.

Implements

ISerializer..::.Deserialize(DataReader)

Exceptions

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

See Also