Umi — API References - v1.3.0
    Preparing search index...
    • Creates a serializer for a map.

      Type Parameters

      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.

      • Optionaloptions: MapSerializerOptions

        A set of options for the serializer.

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