コード例 #1
0
ファイル: JsonObject.cs プロジェクト: fredericaltorres/jsondb
 public virtual string Serialize()
 {
     return(JSonObject.Serialize(this));
 }
コード例 #2
0
 public virtual string Serialize(bool indented = true)
 {
     return(JSonObject.Serialize(this, indented));
 }