Class CompositeSerializer<T>

    • Constructor Detail

      • CompositeSerializer

        public CompositeSerializer()
    • Method Detail

      • hasTag

        protected static boolean hasTag​(com.fasterxml.jackson.core.JsonParser p)
                                 throws java.io.IOException,
                                        com.fasterxml.jackson.core.JsonParseException
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonParseException
      • readTag

        protected static java.lang.String readTag​(com.fasterxml.jackson.core.JsonParser p)
                                           throws java.io.IOException,
                                                  com.fasterxml.jackson.core.JsonParseException
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonParseException
      • writeTag

        protected void writeTag​(java.lang.String tag,
                                com.fasterxml.jackson.core.JsonGenerator g)
                         throws java.io.IOException,
                                com.fasterxml.jackson.core.JsonGenerationException
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonGenerationException