Structurevapor 4.114.1Vapor
DecoderUnwrapper
DecoderUnwrapper.swift:2This declaration is deprecated: This type violates Codable invariants; using it is not safe.
struct DecoderUnwrapper
This declaration is deprecated: This type violates Codable invariants; using it is not safe.
struct DecoderUnwrapper
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
protocol Decodable
A type that can decode itself from an external representation.
init(from decoder: Decoder)
let decoder: Decoder