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

Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
void ISerializable.GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions

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

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5
See Also

Reference