MapAsListSerializer

constructor(delegateSerializer: KSerializer<Delegate>)(source)

Parameters

Delegate

The type that represents a single map entry in the serialized format

Key

The type of keys in the map

Value

The type of values in the map

delegateSerializer

The serializer for the delegate entry type