Click or drag to resize

SerializationHelperToBinary Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Serialize an object into its Binary form.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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