map对象转换成xml - 点滴积累 - 51CTO技术博客
annotation.adapters.XmlAdapter; //自定义适配器,继承自抽象类XmlAdapter,实现抽象方法marshal和unmarshal public class MapAdapter extends XmlAdapter<MapEntity[], ...
map对象转换成xml-博客-云栖社区-阿里云
2016年8月28日 - .adapters.XmlAdapter; //自定义适配器,继承自抽象类XmlAdapter,实现抽象方法marshal和unmarshal public class MapAdapter extends XmlAdapter<Ma...