类 FastJsonSerializer

java.lang.Object
org.coodex.util.AbstractJSONSerializer
org.coodex.util.FastJsonSerializer
org.coodex.concrete.common.FastJsonSerializer
所有已实现的接口:
JSONSerializer, org.coodex.util.JSONSerializer

@Deprecated public class FastJsonSerializer extends org.coodex.util.FastJsonSerializer implements JSONSerializer
已过时。
Created by davidoff shen on 2016-12-07.
  • 字段概要

    从接口继承的字段 org.coodex.util.JSONSerializer

    JSON_SERIALIZER_LOADER
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
  • 方法概要

    从类继承的方法 org.coodex.util.FastJsonSerializer

    parse, toJson

    从类继承的方法 org.coodex.util.AbstractJSONSerializer

    toJson

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.coodex.util.JSONSerializer

    parse, parse, toJson, toJson
  • 构造器详细资料

    • FastJsonSerializer

      public FastJsonSerializer()
      已过时。