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