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

Members list

Concise view

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