public interface Marshaller<T>
| Modifier and Type | Method and Description |
|---|---|
Streamable |
marshal(T object,
ConversionContext conversionContext)
Marshals an object to XML.
|
Streamable marshal(T object, ConversionContext conversionContext) throws XhtmlException
object - object to marshalconversionContext - the conversion contextXhtmlException - if an error occurs during marshallingCopyright © 2003–2018 Atlassian. All rights reserved.