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