ExtensionMap

A collection of extension objects.

ExtensionMap.swift:26
@preconcurrency protocol ExtensionMap : Sendable
Browse conforming types

An 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.