API Collection
AnyCodableProperty Implementations
Topics
Instance Properties
var skipPropertyEncoding: BoolReturntrueto skip encoding of this property. Defaults tofalseunless explicitly implemented.
Instance Methods
func decode(from: any Decoder) throwsDecode an external representation and replace the property’s current data with the result.func encode(to: any Encoder) throwsEncode the property’s data to an external representation.