Contents

encode(_:using:)

Encodes each element of the column.

Declaration

mutating func encode<T, Encoder>(_ type: T.Type, using encoder: Encoder) throws where T : Encodable, Encoder : TopLevelEncoder

Parameters

  • type:

    The type of elements in the column.

  • encoder:

    An encoder.

Discussion

See Also

Encoding a Column