SyntaxToVPack

avokka.velocypack.package$.SyntaxToVPack
final implicit class SyntaxToVPack[T](value: T) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def toVPack(implicit encoder: VPackEncoder[T]): VPack

transforms value to vpack value

transforms value to vpack value

Value parameters

encoder

implicit encoder

Attributes

Returns

vpack value

def toVPackBits(implicit encoder: VPackEncoder[T]): VPackResult[BitVector]

transforms value to vpack bitvector

transforms value to vpack bitvector

Value parameters

encoder

implicit encoder

Attributes