Artemis.Engine.Persistence.AbstractOptionRecord.Write C# (CSharp) Method

Write() public abstract method

public abstract Write ( object obj, XmlWriter writer ) : void
obj object
writer System.Xml.XmlWriter
return void
        public abstract void Write(object obj, XmlWriter writer);