Matrix<T>.GetObjectData Method

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

Definition

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

SecurityExceptionThe caller does not have the required permission.

See Also