Class XmlJaxbMarshaller<T>

All Implemented Interfaces:
Marshaller<T>

@Deprecated public class XmlJaxbMarshaller<T> extends JaxbXmlMarshaller<T>
Deprecated.
As of 12.2.1.0.0, replaced by JaxbXmlMarshaller
JAXB-based marshaller that marshals object to/from XML.
Author:
as 2011.07.10
  • Constructor Details

    • XmlJaxbMarshaller

      public XmlJaxbMarshaller(Class<T> clzRoot)
      Deprecated.
      Construct an XmlJaxbMarshaller instance.
      Parameters:
      clzRoot - class of the root object this marshaller is for