public class JSONDecoder extends java.lang.Object implements Decoder.Text<org.json.JSONObject>
Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| Constructor and Description |
|---|
JSONDecoder() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
decode(java.lang.String s) |
boolean |
willDecode(java.lang.String s) |
public org.json.JSONObject decode(java.lang.String s)
throws DecodeException
decode in interface Decoder.Text<org.json.JSONObject>DecodeExceptionpublic boolean willDecode(java.lang.String s)
willDecode in interface Decoder.Text<org.json.JSONObject>Copyright © 2012. All Rights Reserved.