Required Static Methodsoto-core 7.4.0SotoCore
encode(value:to:)
encode CodableValue with supplied encoder
static func encode(value: CodableValue, to encoder: Encoder) throws
encode CodableValue with supplied encoder
static func encode(value: CodableValue, to encoder: Encoder) throws
s8SotoCore13CustomEncoderP6encode5value2toy12CodableValueQz_s0D0_ptKFZ
What are these?22DZI
import SotoCore
protocol CustomEncoder : CustomCoder
Protocol for object that will encode a value
associatedtype CodableValue : Sendable
protocol Encoder
A type that can encode values into a native format for external representation.
static func string(from: CodableValue) -> String?
return value as a String. Used by query string and header values
static func encode(value: CodableValue, to encoder: Encoder) throws
encode Date using DateFormatter