CodingBridge
public struct CodingBridge<Coding> : Codable where Coding : NSCoding
Coding bridge is a helper struct that bridge NSCoding and Codable objects
-
Coding object
Declaration
Swift
public var coding: Coding? -
Declaration
Swift
public init(_ coding: Coding?) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
CodingBridge Structure Reference