ArrayCodecImpl

msgpack4z.ArrayCodecImpl$
object ArrayCodecImpl extends ArrayCodec

Attributes

Source:
ArrayCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes
Source:
ArrayCodec.scala

Implicits

Implicits

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

Attributes

Source:
ArrayCodec.scala