Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: Spotfire.Dxp.Data.Import
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 46.0.14903.4133 (46.0.14903.4133)
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
Exception | Condition |
---|---|
SecurityException | The caller does not have the required permission. |
Version Information
Supported in: 10.10, 10.9, 10.8, 10.7, 10.6, 10.5, 10.4, 10.3, 10.2, 10.1, 10.0, 7.14, 7.13, 7.12, 7.11
See Also