public class JavaxXmlSerializer extends AbstractTextSerializer implements XmlSerializer, Initializable
Serializer.Options| Constructor and Description |
|---|
JavaxXmlSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize the fragment
|
void |
serialize(Serializer.Options options,
Writer writer,
Object object) |
<T> Function<T,Document> |
toXmlFunction(Serializer.Options options) |
serializeserialize, serialize, serialize, serialize, serializeEach, serializeEach, serializeEach, serializeEach, serializeFunction, serializeFunction, toBytes, toBytes, toBytesEach, toBytesEach, toBytesEach, toBytesEach, toBytesFunction, toBytesFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoXml, toXml, toXmlEach, toXmlEach, toXmlEach, toXmlEach, toXmlEach, toXmlEach, toXmlFunctionserialize, serialize, serialize, serialize, serialize, serializeEach, serializeEach, serializeEach, serializeEach, serializeFunction, serializeFunction, toBytes, toBytes, toBytesEach, toBytesEach, toBytesEach, toBytesEach, toBytesFunction, toBytesFunctionpublic void initialize()
throws Exception
Initializableinitialize in interface InitializableException - if something went wrongpublic void serialize(Serializer.Options options, Writer writer, @Optional Object object)
serialize in interface Serializerpublic <T> Function<T,Document> toXmlFunction(Serializer.Options options)
toXmlFunction in interface XmlSerializer