RawValue

wvlet.airframe.msgpack.spi.Value$.RawValue
abstract class RawValue extends Value

Attributes

Graph
Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes
class BinaryValue
class StringValue

Members list

Value members

Abstract methods

protected def toRawString: String

Concrete methods

override def toJson: String

Attributes

Definition Classes

Inherited methods

def toMsgpack: Array[Byte]

Attributes

Inherited from:
Value
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
Value -> Any
Inherited from:
Value

Attributes

Inherited from:
Value
def writeTo(packer: Packer): Unit

Write the value to target Packer

Write the value to target Packer

Attributes

Inherited from:
Value