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