模块 org.redkale

接口 Encodeable<W extends Writer,​T>

    • 方法详细资料

      • convertTo

        void convertTo​(W out,
                       T value)
        序列化操作
        参数:
        out - Writer
        value - 对象
      • getType

        Type getType()
        泛型映射接口
        返回:
        返回序列化对象类的数据类型
      • specifyable

        default boolean specifyable()