Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

LambdaCodableEncoder

pokryfka edited this page Oct 1, 2020 · 2 revisions

LambdaCodableEncoder

public protocol LambdaCodableEncoder

Requirements

encode(_:​using:​)

func encode<T: Encodable>(_ value: T, using allocator: ByteBufferAllocator) throws -> ByteBuffer

Clone this wiki locally