Class XmlAdapterJsonSerializer

    • Constructor Detail

      • XmlAdapterJsonSerializer

        public XmlAdapterJsonSerializer​(javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,​java.lang.Object> xmlAdapter)
    • Method Detail

      • serialize

        public void serialize​(java.lang.Object value,
                              JsonGenerator jgen,
                              SerializerProvider provider)
                       throws java.io.IOException
        Description copied from class: JsonSerializer
        Method that can be called to ask implementation to serialize values of type this serializer handles.
        Specified by:
        serialize in class SerializerBase<java.lang.Object>
        Parameters:
        value - Value to serialize; can not be null.
        jgen - Generator used to output resulting Json content
        provider - Provider that can be used to get serializers for serializing Objects value contains, if any.
        Throws:
        java.io.IOException