mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 08:34:23 +01:00
AppleDocs for Field source files
This commit is contained in:
@@ -32,6 +32,10 @@ extension FieldCoders {
|
||||
|
||||
// MARK: - Plist
|
||||
|
||||
/**
|
||||
A `FieldCoderType` that implements Binary-Plist encoding and decoding of `Codable` values.
|
||||
- Important: Due to restrictions of `JSONEncoder`, the value will be contained in single-item array before encoding.
|
||||
*/
|
||||
public struct Plist<V: Codable>: FieldCoderType {
|
||||
|
||||
// MARK: FieldCoderType
|
||||
|
||||
Reference in New Issue
Block a user