IMSL C# Numerical Library

FillPaint.DefaultWriteObject Method 

Writes the serializable fields to the SerializationInfo object, which stores all the data needed to serialize the specified Object.

public static void DefaultWriteObject(
   SerializationInfo info,
   StreamingContext context,
   object instance
);

Parameters

info
A SerializationInfo parameter from the GetObjectData method.
context
A StreamingContext parameter from the GetObjectData method.
instance
An Object to serialize.

See Also

FillPaint Class | Imsl.Chart2D Namespace