예제 #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)
 {
 }
예제 #5
0
			public JSONListContext(TJSONProtocol protocol)
				: base(protocol)
			{
			}
예제 #6
0
			public JSONBaseContext(TJSONProtocol proto)
			{
				this.proto = proto;
			}
예제 #7
0
			public LookaheadReader(TJSONProtocol proto)
			{
				this.proto = proto;
			}
예제 #8
0
			public JSONPairContext(TJSONProtocol proto)
				: base(proto)
			{
			}