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