• Creates a serializer for a map.

    Type Parameters

    • TK

    • TV

    • UK = TK

    • UV = TV

    Parameters

    • key: Serializer<TK, UK>

      The serializer to use for the map's keys.

    • value: Serializer<TV, UV>

      The serializer to use for the map's values.

    • options: MapSerializerOptions = {}

      A set of options for the serializer.

    Returns Serializer<Map<TK, TV>, Map<UK, UV>>

Generated using TypeDoc