NSCoding
public struct NSCoding<V> : FieldCoderType where V : NSObject, V : NSCoding
A FieldCoderType that implements encoding and decoding of NSCoding values
-
Declaration
Swift
public typealias FieldStoredValue = V -
Declaration
Swift
public static func encodeToStoredData(_ fieldValue: FieldStoredValue?) -> Data? -
Declaration
Swift
public static func decodeFromStoredData(_ data: Data?) -> FieldStoredValue?
View on GitHub
NSCoding Structure Reference