Extension (Structure)package-distributed-system 29.0.0all tags
Dictionary (ext)
You’re viewing third-party extensions to Dictionary
, a struct from the Swift standard library.
You can also read the documentation forDictionary
itself.
extension Dictionary
Extension in DistributedSystem
where Key:Serializable, Key:Hashable, Value:Serializable
Conformances
protocol Serializable
Defines protocol used to serialize distributed function call arguments or result type Important: Protocol requirements is subject to change, API compatibility is not guaranteed at this moment of time Note: In future we plan to extend this protocol and provide an argument - a buffer for serialization of the object in place
Instance members
Extension in DistributedSystem
where Key:Transferable, Key:Hashable, Value:Transferable
Conformances
protocol Transferable
Combine Serializable & Deserializable protocols
Extension in DistributedSystem
where Key:Deserializable, Key:Hashable, Value:Deserializable
Conformances
protocol Deserializable
Defines protocol used to deserialize distributed function call arguments or result type Important: Protocol requirements is subject to change, API compatibility is not guaranteed at this moment of time