public static class ErrorCode.ErrorCodeConverter extends Object implements org.simpleframework.xml.convert.Converter<ErrorCode>
ErrorCodeConverter()
ErrorCode
read(org.simpleframework.xml.stream.InputNode node)
void
write(org.simpleframework.xml.stream.OutputNode node, ErrorCode errorCode)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ErrorCodeConverter()
public ErrorCode read(org.simpleframework.xml.stream.InputNode node) throws Exception
read
org.simpleframework.xml.convert.Converter<ErrorCode>
Exception
public void write(org.simpleframework.xml.stream.OutputNode node, ErrorCode errorCode) throws Exception
write