Encoder_List

given Encoder_List[T](using val encoder: Encoder[T]): Encoder[List[T]]

Value members

Concrete methods

def encode(t: List[T]): Json

Concrete fields

protected