ArrayCodec

trait ArrayCodec
class Object
trait Matchable
class Any

Value members

Abstract methods

def arrayCodecNative[A](A: MsgpackCodec[A], C: ClassTag[A]): MsgpackCodec[Array[A]]

Implicits

Implicits

implicit def arrayCodec[A](A: MsgpackCodec[A], C: ClassTag[A]): MsgpackCodec[Array[A]]