public static class GranteeType.GranteeTypeConverter extends Object implements org.simpleframework.xml.convert.Converter<GranteeType>
Constructor and Description |
---|
GranteeTypeConverter() |
Modifier and Type | Method and Description |
---|---|
GranteeType |
read(org.simpleframework.xml.stream.InputNode node) |
void |
write(org.simpleframework.xml.stream.OutputNode node,
GranteeType granteeType) |
public GranteeType read(org.simpleframework.xml.stream.InputNode node) throws Exception
read
in interface org.simpleframework.xml.convert.Converter<GranteeType>
Exception
public void write(org.simpleframework.xml.stream.OutputNode node, GranteeType granteeType) throws Exception
write
in interface org.simpleframework.xml.convert.Converter<GranteeType>
Exception