Open.Core.TreeNode.SerializingJson C# (CSharp) Method

SerializingJson() protected method

Allows deriving classes to suppliment the dictionary used for JSON serialization.
Use this to add custom properties only. Do not worry about the Children collection.
protected SerializingJson ( System.Collections.Dictionary node ) : void
node System.Collections.Dictionary The dictionary representing the node to process.
return void
        protected virtual void SerializingJson(Dictionary node) { }
        #endregion