EitherCodec

class Object
trait Matchable
class Any

Value members

Concrete methods

def eitherCodec[A, B, X](LeftKey: X, RightKey: X)(implicit A: MsgpackCodec[A], B: MsgpackCodec[B], X: MsgpackCodec[X]): MsgpackCodec[Either[A, B]]

Implicits

Implicits

implicit
implicit