DenseMatrix<T, TSlice, TStorage2D>.GetObjectData Method

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

DefinitionPermalink

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

ParametersPermalink

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

ImplementsPermalink

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

ExceptionsPermalink

SecurityException

The caller does not have the required permission.

See AlsoPermalink