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
Exception
public static Object unmarshal(Class<?> c, InputStream is) throws Exception
Exception
Copyright © 2020. All Rights Reserved.