Matrix<T>.GetObjectData Method

Note: This API is now obsolete.
Populates a SerializationInfo with the values needed to serialize the target object.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo to populate with values.
context  StreamingContext
The destination (see StreamingContext) for this serialization.

Exceptions

SecurityException

The caller does not have the required permission.

See Also