ColorInfoISerializableGetObjectData Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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.6, 7.5
See Also

Reference