Open.Core.TreeNode.SerializingJson C# (CSharp) 메소드

SerializingJson() 보호된 메소드

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.
리턴 void
        protected virtual void SerializingJson(Dictionary node) { }
        #endregion