public class PollStatusPropertyXmlAdapter extends XmlAdapter<PollStatusProperties,Map<String,Number>>
Constructor and Description |
---|
PollStatusPropertyXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
PollStatusProperties |
marshal(Map<String,Number> map) |
Map<String,Number> |
unmarshal(PollStatusProperties props) |
public Map<String,Number> unmarshal(PollStatusProperties props) throws Exception
unmarshal
in class XmlAdapter<PollStatusProperties,Map<String,Number>>
Exception
public PollStatusProperties marshal(Map<String,Number> map) throws Exception
marshal
in class XmlAdapter<PollStatusProperties,Map<String,Number>>
Exception
Copyright © 2021. All rights reserved.