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

Deserialize an object from its binary form.

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

Syntax

C#
public static Object FromBinary(
	Binary bin,
	ISerializer serializer
)

Parameters

bin
Type: Tangosol.Util..::.Binary
Binary representation of an object.
serializer
Type: Tangosol.IO..::.ISerializer
Serializer to use.

Return Value

Deserialized object.

See Also