Package org.httprpc.io
Class JSONDecoder
- java.lang.Object
-
- org.httprpc.io.Decoder<java.lang.Object>
-
- org.httprpc.io.JSONDecoder
-
public class JSONDecoder extends Decoder<java.lang.Object>
JSON decoder.
-
-
Constructor Summary
Constructors Constructor Description JSONDecoder()Constructs a new JSON decoder.JSONDecoder(boolean sorted)Constructs a new JSON decoder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> Uread(java.io.Reader reader)Reads a value from a character stream.-
Methods inherited from class org.httprpc.io.Decoder
getCharset, read
-
-
-
-
Method Detail
-
read
public <U> U read(java.io.Reader reader) throws java.io.IOExceptionDescription copied from class:DecoderReads a value from a character stream.
-
-