public class XStreamUtil extends Object
| Constructor and Description |
|---|
XStreamUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
beanToXML(Object obj)
bean to xml
|
static <T> T |
XMLToBean(String xml,
Class<T> clazz)
xml to bean
|
Copyright © 2021. All rights reserved.