类 ChainState.ChainSerializer

java.lang.Object
dev.tinyflow.core.chain.ChainState.ChainSerializer
所有已实现的接口:
com.alibaba.fastjson.serializer.ObjectSerializer, com.alibaba.fastjson2.writer.ObjectWriter
封闭类:
ChainState

public static class ChainState.ChainSerializer extends Object implements com.alibaba.fastjson.serializer.ObjectSerializer
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    write(com.alibaba.fastjson.serializer.JSONSerializer serializer, Object object, Object fieldName, Type fieldType, int features)
     

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

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

    从接口继承的方法 com.alibaba.fastjson.serializer.ObjectSerializer

    write

    从接口继承的方法 com.alibaba.fastjson2.writer.ObjectWriter

    getFeatures, getFieldValue, getFieldWriter, getFieldWriter, getFieldWriters, hasFilter, setFilter, setNameFilter, setPropertyFilter, setPropertyPreFilter, setValueFilter, toJSONString, write, writeArrayMapping, writeArrayMappingJSONB, writeArrayMappingJSONB, writeJSONB, writeTypeInfo, writeWithFilter, writeWithFilter
  • 构造器详细资料

  • 方法详细资料

    • write

      public void write(com.alibaba.fastjson.serializer.JSONSerializer serializer, Object object, Object fieldName, Type fieldType, int features) throws IOException
      指定者:
      write 在接口中 com.alibaba.fastjson.serializer.ObjectSerializer
      抛出:
      IOException