Interface Serializer

All Superinterfaces:
ContentHandler

public interface Serializer extends ContentHandler
The Serializer marks the end of the pipeline.
  • Method Details

    • init

      Initialize this component.
      Parameters:
      context - The invocation context.
      config - The configuration for this component.
      Throws:
      IOException - in case of problems
    • dispose

      void dispose()
      Dispose the serializer. This method is always invoked by the rewriter in order to allow the serializer to release any resources etc. After this method has been called the instance is considered unusable.