public final class ToJavaCollectionJSONDecoder extends Object implements JSONDecoder<Object>
Constructor and Description |
---|
ToJavaCollectionJSONDecoder() |
public Object decode(String c) throws NullPointerException, ClassCastException
decode
in interface JSONDecoder<Object>
c
- the CharSequence to decodeNullPointerException
- if c is nullClassCastException
- if the string is does not match any associate types