- All Implemented Interfaces:
org.simpleframework.xml.convert.Converter<UUID>
public class UUIDConverter
extends Object
implements org.simpleframework.xml.convert.Converter<UUID>
SimpleXML converter for UUID class
-
Constructor Summary
Constructors
-
Method Summary
read(org.simpleframework.xml.stream.InputNode n)
void
write(org.simpleframework.xml.stream.OutputNode n,
UUID uuid)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UUIDConverter
public UUIDConverter()
-
Method Details
-
-
write
public void write(org.simpleframework.xml.stream.OutputNode n,
UUID uuid)
throws Exception
- Specified by:
write in interface org.simpleframework.xml.convert.Converter<UUID>
- Throws:
Exception
- See Also:
-
Converter.write(org.simpleframework.xml.stream.OutputNode, java.lang.Object)