Value

wvlet.airframe.msgpack.spi.Value
See theValue companion object
trait Value

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ArrayValue
class BooleanValue
class DoubleValue
trait IntegerValue
class LongValue
class MapValue
object NilValue.type
class RawValue
class BinaryValue
class StringValue
Show all

Members list

Value members

Abstract methods

def toJson: String
def writeTo(packer: Packer): Unit

Write the value to target Packer

Write the value to target Packer

Attributes

Concrete methods

def toMsgpack: Array[Byte]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any