public interface XmlParser
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromXml(InputStream inputStream,
ProtectionStrategy decryptionStrategy,
Class<T> clazz) |
ByteArrayOutputStream |
toXml(Object objectToSerialize) |
<T> T fromXml(InputStream inputStream, ProtectionStrategy decryptionStrategy, Class<T> clazz)
ByteArrayOutputStream toXml(Object objectToSerialize)
Copyright © 2018. All rights reserved.