模块 org.redkale

类 AnyEncoder<W extends Writer,​T>

  • 类型参数:
    W - Writer
    T - 序列化的泛型类型
    所有已实现的接口:
    Encodeable<W,​T>

    public final class AnyEncoder<W extends Writer,​T>
    extends Object
    implements Encodeable<W,​T>
    对不明类型的对象进行序列化; PROTOBUF序列化时将对象的类名写入Writer,JSON则不写入。

    详情见: https://redkale.org

    作者:
    zhangjx