public interface JSONDecoder<RetType>
RetType
decode(String s)
RetType decode(String s) throws NullPointerException, ClassCastException
s
NullPointerException
ClassCastException