wvlet.airframe.msgpack.impl

Members list

Type members

Classlikes

class BufferPackerImpl(bufferPacker: MessageBufferPacker) extends PackerImpl, BufferPacker

Attributes

Supertypes
trait BufferPacker
class PackerImpl
trait Packer
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
class PackerImpl(packer: MessagePacker) extends Packer

Adapter to msgpack-core's MessagePacker

Adapter to msgpack-core's MessagePacker

Attributes

Companion
object
Supertypes
trait Packer
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes
object PackerImpl

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
PackerImpl.type

Attributes

Supertypes
trait BufferPacker
trait Packer
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Unpacker
trait AutoCloseable
class Object
trait Matchable
class Any
class UnpackerImpl(unpacker: MessageUnpacker) extends Unpacker

A bridge implementation with msgpack-core MessageUnpacker. TODO: Use pure-Scala impl

A bridge implementation with msgpack-core MessageUnpacker. TODO: Use pure-Scala impl

Attributes

Companion
object
Supertypes
trait Unpacker
trait AutoCloseable
class Object
trait Matchable
class Any
object UnpackerImpl

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type