Class XmlSerializerDelegate

  • All Implemented Interfaces:
    XmlSerializer
    Direct Known Subclasses:
    StaticXmlSerializerWrapper

    public class XmlSerializerDelegate
    extends Object
    implements XmlSerializer
    This is simple class that implements serializer interface by delegating all calls to actual serialzier implementation passed in constructor. Purpose of this class is to work as base class to allow extending interface by wrapping exsiting parser implementation and allowing ot add new methods.
    Author:
    Aleksander Slominski