public class ToScalaCollectionJSONDecoder extends Object implements JSONDecoder<Object>
Constructor and Description |
---|
ToScalaCollectionJSONDecoder() |
Modifier and Type | Method and Description |
---|---|
static Object |
decode(String c1)
This returns a valid decoding of a CharSequence into a Scala Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode
public static Object decode(String c1)
c
- the CharSequence to decodeNullPointerException
- if c is nullClassCastException
- if the string is does not match any associate types