public interface Codec
java.lang.Object
decode(java.io.Reader in, java.lang.reflect.Type type)
void
encode(java.lang.reflect.Type t, java.lang.Object o, java.lang.Appendable out)
java.lang.Object decode(java.io.Reader in, java.lang.reflect.Type type) throws java.lang.Exception
java.lang.Exception
void encode(java.lang.reflect.Type t, java.lang.Object o, java.lang.Appendable out) throws java.lang.Exception