MapEncoder
public protocol MapEncoder
A protocol that allows you to transform a value into a MapPrimitive (JSON) value. This protocol is used to add more type support to the Map class.
-
Undocumented
Declaration
Swift
associatedtype Primitive : MapPrimitive -
Undocumented
Declaration
Swift
associatedtype Object
View on GitHub
MapEncoder Protocol Reference