Interface SerializationWriter

    • Method Detail

      • writeElement

        void writeElement​(XMLSerializationContext context,
                          Element baseElement)
                   throws java.io.IOException
        Called once with the base element of the XML tree to write it to the underlying stream.
        Throws:
        java.io.IOException