MessagePackCodec

class Object
trait Matchable
class Any

Value members

Concrete fields

val bigDecimalStructure: Seq[Field[BigDecimal, _]]
val durationStructure: Seq[Field[Duration, _]]
val monthDayStructure: Seq[Field[MonthDay, Int]]
val periodStructure: Seq[Field[Period, Int]]
val yearMonthStructure: Seq[Field[YearMonth, Int]]

Implicits

Implicits

implicit def messagePackCodec[A](implicit schema: Schema[A]): BinaryCodec[A]