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