public class MergeableTagConverter extends XmlAdapter<String,MergeableTags>
| Constructor and Description |
|---|
MergeableTagConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(MergeableTags mergeableTags) |
MergeableTags |
unmarshal(String input) |
public MergeableTagConverter()
public String marshal(MergeableTags mergeableTags) throws Exception
marshal in class XmlAdapter<String,MergeableTags>Exceptionpublic MergeableTags unmarshal(String input) throws Exception
unmarshal in class XmlAdapter<String,MergeableTags>ExceptionCopyright © 2014. All Rights Reserved.