Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Populates SerializationInfo with the data needed to serialize this object.

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

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