Interface Codec

  • All Known Implementing Classes:
    HCodec

    public interface Codec
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)  
    • Method Detail

      • decode

        java.lang.Object decode​(java.io.Reader in,
                                java.lang.reflect.Type type)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • encode

        void encode​(java.lang.reflect.Type t,
                    java.lang.Object o,
                    java.lang.Appendable out)
             throws java.lang.Exception
        Throws:
        java.lang.Exception