Class UncommittedSerializer

  • All Implemented Interfaces:
    Result, Receiver

    public class UncommittedSerializer
    extends ProxyReceiver
    This class is used when the decision on which serialization method to use has to be delayed until the first element is read. It buffers comments and processing instructions until that happens; then when the first element arrives it creates a real serialization pipeline and uses that for future output.
    Author:
    Michael H. Kay