GenericMapExtensionSerializer

constructor(keySerializer: KSerializer<K>, valueSerializer: KSerializer<V>)

Parameters

K

The key type of the map.

V

The value type of the map.