Retrieves data needed to serialize the target object.
Namespace: Autodesk.Revit.ExceptionsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Parameters
- info SerializationInfo
- Data needed to serialize or deserialize the object.
- context StreamingContext
- The destination of the serialized stream.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
See Also
Reference