msgpack4z-native
msgpack4z-native
msgpack4z
Code
ExtTypeHeader
MsgInBuffer
MsgInBuffer
MsgOutBuffer
MsgOutBuffer
MsgPacker
MsgType
MsgType
ARRAY
BINARY
BOOLEAN
EXTENSION
FLOAT
INTEGER
MAP
NIL
STRING
MsgUnpacker
OptBool
OptBool
Empty
False
True
OptByte
OptByte
OptInt
OptInt
OptShort
OptShort
msgpack4z-native
/
msgpack4z
/
MsgType
MsgType
sealed abstract
class
MsgType
extends
Product
with
Serializable
See also
https://github.com/msgpack4z/msgpack4z-api/blob/v0.2.0/src/main/java/msgpack4z/MsgType.java
Companion
object
Graph
Supertypes
Known subtypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
object
ARRAY
object
BINARY
object
BOOLEAN
object
EXTENSION
object
FLOAT
object
INTEGER
object
MAP
object
NIL
object
STRING
Value members
Value members
Inherited methods
def
canEqual
(that:
Any
):
Boolean
Inherited from
Equals
def
productArity
:
Int
Inherited from
Product
def
productElement
(n:
Int
):
Any
Inherited from
Product
def
productElementName
(n:
Int
):
String
Inherited from
Product
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product
def
productPrefix
:
String
Inherited from
Product