AppleDocs for Field source files

This commit is contained in:
John Estropia
2020-03-26 01:57:32 +09:00
parent b6db872be0
commit 97f2a53124
14 changed files with 408 additions and 148 deletions

View File

@@ -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