Int32
struct Int32 : SignedInteger, Comparable, Equatable
Deserializer for Int32.
-
Int32deserializes fromNSNumber.Declaration
Swift
public typealias JSONRepresentation = NSNumber -
Gets the
Int32fromNSNumber.Throws
JSONError.unexpectedTypewhen the value can’t be converted, or conversion would lead to a loss of information.Declaration
Swift
public init(jsonData number: JSONRepresentation) throws
View on GitHub
Install in Dash
Int32 Extension Reference