Instance Methodswift-mongodb 0.27.0BSONLegacy->BSONABI
decode(_:)
BSON.SingleValueDecoder.swift:127func decode(_: Int8.Type) throws -> Int8
Other members in extension
Type members
Instance members
let codingPath: [any CodingKey]
let userInfo: [CodingUserInfoKey : Any]
func container<Key>(keyedBy: Key.Type
) throws -> KeyedDecodingContainer<Key> func decode(String.Type
) throws -> String func decode(Bool.Type
) throws -> Bool func decode(Double.Type
) throws -> Double func decode(Float.Type
) throws -> Float func decode(Int.Type
) throws -> Int func decode(UInt.Type
) throws -> UInt func decode(Int16.Type
) throws -> Int16 func decode(Int32.Type
) throws -> Int32 func decode(Int64.Type
) throws -> Int64 func decode(UInt8.Type
) throws -> UInt8 func decode(UInt16.Type
) throws -> UInt16 func decode(UInt32.Type
) throws -> UInt32 func decode(UInt64.Type
) throws -> UInt64 func decode<T>(T.Type
) throws -> T func decodeNil(
) -> Bool func singleValueContainer(
) -> any SingleValueDecodingContainer func unkeyedContainer(
) throws -> any UnkeyedDecodingContainer