Skip to content

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