public class PropertyValueXmlAdapter extends Object implements org.simpleframework.xml.convert.Converter<PropertyValue>
| Constructor and Description |
|---|
PropertyValueXmlAdapter(ProtectionStrategy protectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
read(org.simpleframework.xml.stream.InputNode node) |
void |
write(org.simpleframework.xml.stream.OutputNode node,
PropertyValue value) |
public PropertyValueXmlAdapter(ProtectionStrategy protectionStrategy)
public PropertyValue read(org.simpleframework.xml.stream.InputNode node) throws Exception
read in interface org.simpleframework.xml.convert.Converter<PropertyValue>Exceptionpublic void write(org.simpleframework.xml.stream.OutputNode node,
PropertyValue value)
throws Exception
write in interface org.simpleframework.xml.convert.Converter<PropertyValue>ExceptionCopyright © 2018. All rights reserved.