Interface Serializer

All Known Implementing Classes:
AIXXercesJDK5Serializer, BaseXercesJDK5Serializer, WeblogicXercesSerializer, XercesJDK5Serializer, XercesSerializer

public interface Serializer
Interface contract for XML serialization business.
Author:
Werner Guttmann
  • Method Details

    • setOutputCharStream

      void setOutputCharStream(Writer out)
      Sets the OutputCharStream to use.
      Parameters:
      out - the OutputCharStream to use.
    • asDocumentHandler

      DocumentHandler asDocumentHandler() throws IOException
      Returns the DocumentHandler to use for serialization.
      Returns:
      the DocumentHandler to use for serialization.
      Throws:
      IOException
    • setOutputFormat

      void setOutputFormat(OutputFormat format)
      Sets the OutputFormat to use during serialization.
      Parameters:
      format - The output format to use.
    • setOutputByteStream

      void setOutputByteStream(OutputStream output)
      Sets the OutputStream to use.
      Parameters:
      output - the OutputStream to use