LinearOperator<T>.GetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

SecurityExceptionThe caller does not have the required permission.

See Also