Table of Contents

Interface IVDSerialise

Namespace
VectorDraw.Serialize
Assembly
VectorDraw.Serialize.dll

This interface is implemented by objects that are saved in the vdml format.

public interface IVDSerialise

Methods

DeSerialize(DeSerializer, string, object)

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

Serialize(Serializer)

This Function is called when saving the object to vdml format.