Class PropertyDefault.PropertyDefaultConverter
- java.lang.Object
-
- lumis.portal.structure.sync.model.propertybag.PropertyDefault.PropertyDefaultConverter
-
- All Implemented Interfaces:
org.simpleframework.xml.convert.Converter<PropertyDefault>
- Enclosing class:
- PropertyDefault
public static class PropertyDefault.PropertyDefaultConverter extends Object implements org.simpleframework.xml.convert.Converter<PropertyDefault>
-
-
Constructor Summary
Constructors Constructor Description PropertyDefaultConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDefault
read(org.simpleframework.xml.stream.InputNode node)
void
write(org.simpleframework.xml.stream.OutputNode node, PropertyDefault propertyDefault)
-
-
-
Method Detail
-
read
public PropertyDefault read(org.simpleframework.xml.stream.InputNode node) throws Exception
- Specified by:
read
in interfaceorg.simpleframework.xml.convert.Converter<PropertyDefault>
- Throws:
Exception
-
write
public void write(org.simpleframework.xml.stream.OutputNode node, PropertyDefault propertyDefault) throws Exception
- Specified by:
write
in interfaceorg.simpleframework.xml.convert.Converter<PropertyDefault>
- Throws:
Exception
-
-