Class FormatXMLSPISerializer

  • All Implemented Interfaces:
    SPISerializerType, java.io.Closeable, java.lang.AutoCloseable

    public final class FormatXMLSPISerializer
    extends java.lang.Object
    implements SPISerializerType
    An XML serializer.
    • Constructor Detail

      • FormatXMLSPISerializer

        public FormatXMLSPISerializer​(FormatXMLElements in_elements,
                                      java.io.OutputStream in_output)
        Construct a serializer.
        Parameters:
        in_elements - The element producer
        in_output - The output stream
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException