ExtensionMap
A collection of extension objects.
@preconcurrency protocol ExtensionMap : Sendable
Browse conforming typesAn ExtensionMap
is used during decoding to look up extension objects corresponding to the serialized data.
This is a protocol so that developers can build their own extension handling if they need something more complex than the standard SimpleExtensionMap
implementation.