public class JobParamsAdapter extends XmlAdapter<JobParams,Map<String,Serializable>>
Constructor and Description |
---|
JobParamsAdapter() |
public JobParams marshal(Map<String,Serializable> v) throws Exception
marshal
in class XmlAdapter<JobParams,Map<String,Serializable>>
Exception
public Map<String,Serializable> unmarshal(JobParams v) throws Exception
unmarshal
in class XmlAdapter<JobParams,Map<String,Serializable>>
Exception