SerializableImmutableMap

typealias SerializableImmutableMap<K, V> = @Serializable(with = ImmutableMapSerializer::class) ImmutableMap<K, V>

ImmutableMap<K, V> pre-wired to ImmutableMapSerializer — the map-shaped counterpart of SerializableImmutableList, used by any schema field declared as an immutable map.