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