Instance Method
write(bind:)
Add a bound parameter value to the serializer.
mutating func write(bind encodable: any Encodable & Sendable)
Parameters
encodableThe value to bind.
Instance Method
mutating func write(bind encodable: any Encodable & Sendable)
encodableThe value to bind.