示例#1
0
 public JSONBaseContext(TJSONProtocol proto)
 {
     this.proto = proto;
 }
示例#2
0
 public JSONPairContext(TJSONProtocol proto)
     : base(proto)
 {
 }
示例#3
0
 public LookaheadReader(TJSONProtocol proto)
 {
     this.proto = proto;
 }
示例#4
0
 public JSONListContext(TJSONProtocol protocol)
     : base(protocol)
 {
 }
			public JSONListContext(TJSONProtocol protocol)
				: base(protocol)
			{
			}
			public JSONBaseContext(TJSONProtocol proto)
			{
				this.proto = proto;
			}
			public LookaheadReader(TJSONProtocol proto)
			{
				this.proto = proto;
			}
			public JSONPairContext(TJSONProtocol proto)
				: base(proto)
			{
			}