Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Populates SerializationInfo with the data needed to serialize this object.

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

Syntax

C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.Serialization..::.StreamingContext
The serialization context.

Implements

ISerializable..::.GetObjectData(SerializationInfo, StreamingContext)

Exceptions

ExceptionCondition
System.Security..::.SecurityException The caller does not have the required permission.

See Also