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