ScalazCodec

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def iListCodec[A](A: MsgpackCodec[A]): MsgpackCodec[IList[A]]
implicit def imapCodec[A, B](O: Order[A], A: MsgpackCodec[A], B: MsgpackCodec[B]): MsgpackCodec[A ==>> B]
implicit def isetCodec[A](O: Order[A], A: MsgpackCodec[A]): MsgpackCodec[ISet[A]]
implicit def maybeCodec[A](A: MsgpackCodec[A]): MsgpackCodec[Maybe[A]]
implicit def nonEmptyListCodec[A](A: MsgpackCodec[A]): MsgpackCodec[NonEmptyList[A]]