Int8
struct Int8 : SignedInteger, Comparable, Equatable
Deserializer for Int8.
-
Int8deserializes fromNSNumber.Declaration
Swift
public typealias JSONRepresentation = NSNumber -
Gets the
Int8fromNSNumber.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
Int8 Extension Reference