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