ArrayCodec

msgpack4z.ArrayCodec
trait ArrayCodec

Attributes

Source
ArrayCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Attributes

Source
ArrayCodec.scala

Implicits

Implicits

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

Attributes

Source
ArrayCodec.scala