程序包 org.coodex.util
类 FastJsonSerializer
java.lang.Object
org.coodex.util.AbstractJSONSerializer
org.coodex.util.FastJsonSerializer
- 所有已实现的接口:
JSONSerializer
-
字段概要
从接口继承的字段 org.coodex.util.JSONSerializer
JSON_SERIALIZER_LOADER -
构造器概要
构造器 -
方法概要
从类继承的方法 org.coodex.util.AbstractJSONSerializer
toJson从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.coodex.util.JSONSerializer
parse, toJson
-
构造器详细资料
-
FastJsonSerializer
public FastJsonSerializer()
-
-
方法详细资料
-
parse
- 指定者:
parse在接口中JSONSerializer
-
toJson
- 指定者:
toJson在接口中JSONSerializer
-