Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgpackDataFormat

A DataFormat, which encodes/decodes data with MessagePack (see http://msgpack.org)

Hierarchy

  • MsgpackDataFormat

Implements

Index

Methods

binaryToJs

  • binaryToJs(byteBuffer: ByteBuffer): any

jsToBinary

  • jsToBinary(obj: any): ByteBuffer

Generated using TypeDoc