Interface ClassTable.Writer

    • Method Detail

      • writeClass

        void writeClass​(Marshaller marshaller,
                        java.lang.Class<?> clazz)
                 throws java.io.IOException
        Write the predefined class reference to the stream.
        Parameters:
        marshaller - the marshaller to write to
        clazz - the class reference to write
        Throws:
        java.io.IOException - if an I/O error occurs