Click or drag to resize

SerializationHelperToBinary Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Serialize an object into its Binary form.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static Binary ToBinary(
	Object o,
	ISerializer serializer
)

Parameters

o
Type: SystemObject
Object to serialize.
serializer
Type: Tangosol.IOISerializer
ISerializer to use.

Return Value

Type: Binary
Serialized Binary representation of the specified object.
Exceptions
ExceptionCondition
IOException If an I/O error occurs.
See Also