JsonSerde

cc.otavia.json.JsonSerde
See theJsonSerde companion trait
object JsonSerde

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonSerde.type

Members list

Value members

Concrete methods

inline def derived[T]: JsonSerde[T]

Derives a JsonSerde for JSON values for the specified type T.

Derives a JsonSerde for JSON values for the specified type T.

Type parameters

T

a type that should be encoded and decoded by the derived serde

Attributes

Returns

an instance of the derived serde