FieldCoders
public enum FieldCoders
Namespace for Built-in Field Coders
-
A
See moreFieldCoderTypethat implements the default Core Data transformable attribute behavior, which uses aValueTransformernamed.secureUnarchiveFromDataTransformerName.Declaration
Swift
public struct DefaultNSSecureCoding<T> : FieldCoderType where T : DefaultNSSecureCodable
-
A
FieldCoderTypethat implements JSON encoding and decoding ofCodablevalues.See moreImportant
Due to restrictions ofJSONEncoder, the value will be contained in single-item array before encoding.Declaration
Swift
public struct Json<V> : FieldCoderType where V : Decodable, V : Encodable
-
A
See moreFieldCoderTypethat implements encoding and decoding ofNSCodingvaluesDeclaration
Swift
public struct NSCoding<V> : FieldCoderType where V : NSObject, V : NSCoding
-
A
FieldCoderTypethat implements Binary-Plist encoding and decoding ofCodablevalues.See moreImportant
Due to restrictions ofJSONEncoder, the value will be contained in single-item array before encoding.Declaration
Swift
public struct Plist<V> : FieldCoderType where V : Decodable, V : Encodable
View on GitHub
FieldCoders Enumeration Reference