public class CustomWindowStateAdapter extends XmlAdapter<List<CustomWindowStateMetaData>,Map<String,CustomWindowStateMetaData>>
| Constructor and Description |
|---|
CustomWindowStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomWindowStateMetaData> |
marshal(Map<String,CustomWindowStateMetaData> map) |
Map<String,CustomWindowStateMetaData> |
unmarshal(List<CustomWindowStateMetaData> list) |
public List<CustomWindowStateMetaData> marshal(Map<String,CustomWindowStateMetaData> map) throws Exception
marshal in class XmlAdapter<List<CustomWindowStateMetaData>,Map<String,CustomWindowStateMetaData>>Exceptionpublic Map<String,CustomWindowStateMetaData> unmarshal(List<CustomWindowStateMetaData> list) throws Exception
unmarshal in class XmlAdapter<List<CustomWindowStateMetaData>,Map<String,CustomWindowStateMetaData>>ExceptionCopyright © 2003-2016 GateIn. All Rights Reserved.