T
- the data model typepublic interface ModelOutput<T> extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
write(T model)
Writes the contents of the data model object.
|
void write(T model) throws IOException
model
- the target data model objectIOException
- if error occurred while writing the data model objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.