ModelCodecs

io.github.positionpal.borer.ModelCodecs
trait ModelCodecs

Here are implemented the default Codecs used for serializing object inside the system

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Givens

Givens

given clientIdCodec: Codec[ClientID]
given clientOutputReferenceCodec[O : Decoder]: Codec[OutputReference[O]]
given instantCodec: Codec[Instant]
given messageCodec[I : Decoder, T : Decoder]: Codec[Message[I, T]]