org.tinygroup.convert.objectjson.fastjson
Class ObjectToJson<T>
java.lang.Object
org.tinygroup.convert.objectjson.fastjson.ObjectToJson<T>
- All Implemented Interfaces:
- Converter<T,String>
public class ObjectToJson<T>
- extends Object
- implements Converter<T,String>
功能说明: fastJson方式
开发人员: renhui
开发时间: 2013-11-15
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectToJson
public ObjectToJson()
ObjectToJson
public ObjectToJson(com.alibaba.fastjson.serializer.SerializerFeature... features)
convert
public String convert(T inputData)
- Specified by:
convert in interface Converter<T,String>
Copyright © 2006–2015 TinyGroup. All rights reserved.