public class ConvertingXmlPersister<C> extends Object implements IConvertingXmlPersister<C>
| Constructor and Description |
|---|
ConvertingXmlPersister() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IRegistableConvertingXmlPersister<C,?> persister) |
<O> O |
read(C context,
InputStream inputStream) |
<I> void |
write(C context,
I object,
OutputStream outputStream) |
public void add(IRegistableConvertingXmlPersister<C,?> persister)
public <O> O read(C context, InputStream inputStream) throws IOException
read in interface IConvertingXmlPersister<C>IOExceptionpublic <I> void write(C context, I object, OutputStream outputStream) throws IOException
write in interface IConvertingXmlPersister<C>IOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.