• Serializes the Map into a binary sequence.

    Type Parameters

    • K

    Parameters

    • encK: Encoder<K>

      The Encoder instance for K.

    Returns (<V>(encV) => Encoder<Map<K, V>>)

    A new Encoder instance for Map<K, V>.

Generated using TypeDoc