Esempio n. 1
0
 public JSONPairContext(JSONSerializer proto)
     : base(proto)
 {
 }
Esempio n. 2
0
 public JSONBaseContext(JSONSerializer proto)
 {
     this.proto = proto;
 }
Esempio n. 3
0
 public JSONListContext(JSONSerializer serializer)
     : base(serializer)
 {
 }
Esempio n. 4
0
 public LookaheadReader(JSONSerializer proto)
 {
     this.proto = proto;
 }
Esempio n. 5
0
 public LookaheadReader(JSONSerializer proto)
 {
     this.proto = proto;
 }
Esempio n. 6
0
 public JSONPairContext(JSONSerializer proto)
     : base(proto)
 {
 }
Esempio n. 7
0
 public JSONListContext(JSONSerializer serializer)
     : base(serializer)
 {
 }
Esempio n. 8
0
 public JSONBaseContext(JSONSerializer proto)
 {
     this.proto = proto;
 }