类 FastJsonTool

java.lang.Object
org.beetl.ext.util.FastJsonTool
所有已实现的接口:
JsonTool

public class FastJsonTool extends Object implements JsonTool
封装了 Fastjson 的 JSON 序列化操作
  • 构造器详细资料

    • FastJsonTool

      public FastJsonTool()
  • 方法详细资料

    • render

      public String render(Object o)
      从接口复制的说明: JsonTool
      object 渲染成JSON字符串
      指定者:
      render 在接口中 JsonTool
      参数:
      o - 任何一个对象
      返回:
      JSON字符串