LinearOperator<T>.GetObjectData Method

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

Definition

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

Parameters

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

Exceptions

SecurityException

The caller does not have the required permission.

See Also