Table of Contents

Method DeSerialize

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

DeSerialize(DeSerializer, string, object)

This Function is called foreach field name of the vdDocument object when opening in vdml format.

public override bool DeSerialize(DeSerializer deserializer, string fieldname, object value)

Parameters

deserializer DeSerializer

The DeSerializer object.

fieldname string

The name of the property of the object.

value object

the value of the property.

Returns

bool

Returns False if the fieldname does not correspond to a property of the object.

See Also