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