msgPack top-level constant

Codec<Object?, List<int>> const msgPack

Implementation

const Codec<Object?, List<int>> msgPack = CodableCodec(_MsgPackDelegate(), ObjectCodable());