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