Fix default encoders for top-level values

This commit is contained in:
John Estropia
2020-01-21 17:03:12 +09:00
parent 92ad895044
commit e9c3312612
7 changed files with 256 additions and 83 deletions

View File

@@ -32,7 +32,7 @@ extension FieldCoders {
// MARK: - NSCoding
public struct NSCoding<V: NSObject & Foundation.NSCoding>: FieldCoderType {
public struct NSCoding<V: Foundation.NSObject & Foundation.NSCoding>: FieldCoderType {
// MARK: FieldCoderType