public interface IConvertingXmlPersister<C>
| Modifier and Type | Method and Description |
|---|---|
<O> O |
read(C context,
InputStream inputStream) |
<I> void |
write(C context,
I object,
OutputStream outputStream) |
<I> void write(C context, I object, OutputStream outputStream) throws IOException
IOException<O> O read(C context, InputStream inputStream) throws IOException
IOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.