Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 62.0.18910.3423 (62.0.18910.3423)
Syntax
C#
public virtual void 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
| Exception | Condition |
|---|---|
| SecurityException | The caller does not have the required permission. |
Version Information
See Also