类的使用
cc.jfire.dson.DsonContext
使用DsonContext的程序包
程序包
说明
-
cc.jfire.dson.reader中DsonContext的使用
参数类型为DsonContext的cc.jfire.dson.reader中的方法 -
cc.jfire.dson.reader.impl中DsonContext的使用
参数类型为DsonContext的cc.jfire.dson.reader.impl中的方法修饰符和类型方法说明voidCollectionReader.initialize(Type type, DsonContext dsonContext) voidMapReader.initialize(Type type, DsonContext dsonContext) voidNewArrayReader.initialize(Type type, DsonContext dsonContext) voidObjectReader.initialize(Type type, DsonContext dsonContext) -
cc.jfire.dson.reader.impl.basic中DsonContext的使用
修饰符和类型方法说明voidBooleanReader.initialize(Type type, DsonContext dsonContext) voidByteReader.initialize(Type type, DsonContext dsonContext) voidCharReader.initialize(Type type, DsonContext dsonContext) voidDoubleReader.initialize(Type type, DsonContext dsonContext) voidEnumNameReader.initialize(Type type, DsonContext dsonContext) voidFloatReader.initialize(Type type, DsonContext dsonContext) voidIntegerReader.initialize(Type type, DsonContext dsonContext) voidLongReader.initialize(Type type, DsonContext dsonContext) voidShortReader.initialize(Type type, DsonContext dsonContext) voidStringReader.initialize(Type type, DsonContext dsonContext) -
cc.jfire.dson.reader.support中DsonContext的使用
参数类型为DsonContext的cc.jfire.dson.reader.support中的方法 -
cc.jfire.dson.reader.support.entry中DsonContext的使用
修饰符和类型方法说明static ReadEntryReadEntry.compile(Field field, DsonContext dsonContext) static ReadEntryReadEntry.standard(String name, Field field, DsonContext dsonContext) -
cc.jfire.dson.writer中DsonContext的使用
参数类型为DsonContext的cc.jfire.dson.writer中的方法 -
cc.jfire.dson.writer.impl中DsonContext的使用
参数类型为DsonContext的cc.jfire.dson.writer.impl中的方法修饰符和类型方法说明voidArrayListWriter.initialize(Type type, DsonContext dsonContext) voidCollectionWriter.initialize(Type type, DsonContext dsonContext) voidMapWriter.initialize(Type type, DsonContext dsonContext) voidObjectWriter.initialize(Type type, DsonContext dsonContext)