UInt32
struct UInt32 : UnsignedInteger, Comparable, Equatable
Deserializer for UInt32.
-
UInt32deserializes fromNSNumber.Declaration
Swift
public typealias JSONRepresentation = NSNumber -
Gets the
UInt32from theNSNumber.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
UInt32 Extension Reference