EBACodecs

izumi.sick.eba.writer.codecs.EBACodecs
See theEBACodecs companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Implicits

Implicits

implicit def FixedSizeArrayTableEncoder[T](implicit fixedArrayCodec: EBACodecFixedArray[T]): EBAEncoderTable[T]
implicit def VarSizeTableEncoder[T](implicit varSizeCodec: EBACodecVar[T]): EBAEncoderTable[T]