Vector<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 virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Exceptions

SecurityExceptionThe caller does not have the required permission.

See Also