org.tinygroup.convert.objectxml.xstream
Class ObjectToXml<T>
java.lang.Object
org.tinygroup.convert.objectxml.xstream.ObjectToXml<T>
- All Implemented Interfaces:
- Converter<T,String>
public class ObjectToXml<T>
- extends Object
- implements Converter<T,String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectToXml
public ObjectToXml()
ObjectToXml
public ObjectToXml(Class<T> rootClass)
convert
public String convert(T inputData)
- Specified by:
convert in interface Converter<T,String>
Copyright © 2006–2015 TinyGroup. All rights reserved.