- 所有已实现的接口:
JsonTool
封装了 Fastjson 的 JSON 序列化操作
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
FastJsonTool
public FastJsonTool()
-
方法详细资料
-
render
将 object 渲染成JSON字符串
- 指定者:
render 在接口中 JsonTool
- 参数:
o - 任何一个对象
- 返回:
- JSON字符串