ColumnReplacement.ISerializable.GetObjectData Method

TIBCO Spotfire 11.4 API Reference
Populates a SerializationInfo with the data needed to serialize the target object.

Namespace:  Spotfire.Dxp.Data.Transformations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
void ISerializable.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 destination (see StreamingContext) for this serialization.

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)
Exceptions

ExceptionCondition
SecurityExceptionThe caller does not have the required permission.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference