public interface DataFormatWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeToWriter(Writer writer,
Object input)
Writes the internal representation, as provided by
input
to the supplied writer according to the data format
that the implementation belongs to. |
void writeToWriter(Writer writer, Object input)
input
to the supplied writer according to the data format
that the implementation belongs to.
For example, an XML data format writer writes XML.writer - The writer to write the output toinput - The object to write. Can be safely cast to the internal
format of the data format.Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.