MessagePack

class Object
trait Matchable
class Any

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