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

Populates SerializationInfo with the data needed to serialize this object.

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

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