类 LongArrayWriter
java.lang.Object
cc.jfire.dson.writer.impl.basic.array.LongArrayWriter
- 所有已实现的接口:
TypeWriter
-
字段概要
从接口继承的字段 cc.jfire.dson.writer.TypeWriter
COMPILE_COUNTER -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cc.jfire.dson.writer.TypeWriter
initialize
-
构造器详细资料
-
LongArrayWriter
public LongArrayWriter()
-
-
方法详细资料
-
toJson
从接口复制的说明:TypeWriter将对象json输出到output中- 指定者:
toJson在接口中TypeWriter- 参数:
entity- 要序列化的对象output- 输出的StringBuilder
-