public class StringObjectMapXmlAdapter extends XmlAdapter<JaxbStringObjectMap,Map<String,Object>>
Constructor and Description |
---|
StringObjectMapXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
static Object |
deserializeObject(byte[] objBytes,
String className,
String key) |
JaxbStringObjectMap |
marshal(Map<String,Object> map) |
static byte[] |
serializeObject(Object obj,
String name) |
Map<String,Object> |
unmarshal(JaxbStringObjectMap xmlMap) |
public JaxbStringObjectMap marshal(Map<String,Object> map) throws Exception
marshal
in class XmlAdapter<JaxbStringObjectMap,Map<String,Object>>
Exception
public Map<String,Object> unmarshal(JaxbStringObjectMap xmlMap)
unmarshal
in class XmlAdapter<JaxbStringObjectMap,Map<String,Object>>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.