Ext.Net.DebugDescriptor.Serialize C# (CSharp) Method

Serialize() private method

private Serialize ( ) : string
return string
        public string Serialize()
        {
            return JSON.Serialize(this, new Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver());
        }
    }