public interface IRegistableConvertingXmlPersister<C,T>
extends net.anwiba.commons.lang.functional.IApplicable<C>
| Modifier and Type | Method and Description |
|---|---|
T |
read(InputStream inputStream) |
void |
write(T object,
OutputStream outputStream) |
T read(InputStream inputStream) throws IOException
IOExceptionvoid write(T object, OutputStream outputStream) throws IOException
IOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.