Protocols
The following protocols are available globally.
-
Allows overriding default
decode
function from your app.You likely don’t want to conform to this yourself.
See moreDeclaration
Swift
public protocol DynamicDecodable
-
Used to enable decoding to different IntegerTypes from NSNumber.
See moreDeclaration
Swift
public protocol NSNumberCastable : NSValueCastable