public class JAXBHelper extends Object
| Constructor and Description |
|---|
JAXBHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
marshal(Object o,
OutputStream os) |
static Object |
unmarshal(Class<?> c,
InputStream is) |
public static void marshal(Object o, OutputStream os) throws Exception
Exceptionpublic static Object unmarshal(Class<?> c, InputStream is) throws Exception
ExceptionCopyright © 2020. All Rights Reserved.