MessagePack

wvlet.airframe.msgpack.spi.MessagePack$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def fromJSON(json: String): MsgPack
def fromJSON(jsonBytes: Array[Byte]): MsgPack
def fromJSON(json: JSONSource): MsgPack
def newPacker(out: OutputStream): Packer
def newUnpacker(in: InputStream): Unpacker
def newUnpacker(msgpack: Array[Byte]): Unpacker
def newUnpacker(msgpack: Array[Byte], offset: Int, len: Int): Unpacker