public class XmlSerializer extends Object
| Constructor and Description |
|---|
XmlSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromXmlBytes(byte[] buff) |
static byte[] |
toXmlBytes(Object o) |
public static byte[] toXmlBytes(Object o)
public static <T> T fromXmlBytes(byte[] buff)
Copyright © 2017. All rights reserved.