类 JSONReader
- java.lang.Object
-
- com.alibaba.dubbo.common.json.JSONReader
-
@Deprecated public class JSONReader extends Object
已过时。JSON reader.
-
-
构造器详细资料
-
JSONReader
public JSONReader(InputStream is, String charset) throws UnsupportedEncodingException
已过时。
-
JSONReader
public JSONReader(Reader reader)
已过时。
-
-
方法详细资料
-
nextToken
public JSONToken nextToken() throws IOException, ParseException
已过时。
-
nextToken
public JSONToken nextToken(int expect) throws IOException, ParseException
已过时。
-
-