Class Handler

    • Constructor Detail

      • Handler

        public Handler()
    • Method Detail

      • encode

        public abstract void encode​(Encoder app,
                                    java.lang.Object object,
                                    java.util.Map<java.lang.Object,​java.lang.reflect.Type> visited)
                             throws java.io.IOException,
                                    java.lang.Exception
        Throws:
        java.io.IOException
        java.lang.Exception
      • decodeObject

        public java.lang.Object decodeObject​(Decoder isr)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decodeArray

        public java.lang.Object decodeArray​(Decoder isr)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decode

        public java.lang.Object decode​(Decoder dec,
                                       java.lang.String s)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decode

        public java.lang.Object decode​(Decoder dec,
                                       java.lang.Number s)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decode

        public java.lang.Object decode​(Decoder dec,
                                       boolean s)
      • decode

        public java.lang.Object decode​(Decoder dec)