Instance Property
skipPropertyEncoding
Return
true to skip encoding of this property. Defaults to false unless explicitly implemented.var skipPropertyEncoding: Bool { get }
Discussion
This is used by Fields to work around limitations of Codable in an efficient manner. You probably don’t need to bother with it.