ProtocolSwift5.9.0
Encodable
A type that can encode itself to an external representation.
protocol Encodable
Requirements
func encode(to: Encoder
) throws Encodes this value into the given encoder.
Citizens in Swift
Subtypes
protocol SIMD
A SIMD vector of a fixed number of elements.
Extension in BSON
Subtypes
Extension in Meow
Subtypes
protocol KeyPathQueryable
protocol KeyPathQueryableModel
protocol ModelProjection
protocol MutableModel
The base specification of any readable Meow model, containing a collectionName and a _id. MutableModel must be implemented using
Codable
, and always implements ReadableModel. MutableModels can be saved, whereas Readableodels cannot