ProtocolSwift5.9.0

    Decodable

    A type that can decode itself from an external representation.

    protocol Decodable

    Requirements

    Citizens in Swift

    Subtypes

    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

    • protocol ReadableModel

      The base specification of any readable Meow model, containing a collectionName and a _id. ReadableModel must be implemented using Decodable. ReadableModel is currently used for any entity that is queryable. MutableModels can be saved, whereas Readableodels cannot

    Extension in ArgumentParser

    Subtypes

    Extension in Vapor

    Subtypes