RawValue

abstract class RawValue extends Value
trait Value
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def toRawString: String

Concrete methods

override def toJson: String
Definition Classes

Inherited methods

def toMsgpack: Array[Byte]
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.

Returns:

a string representation of the object.

Definition Classes
Value -> Any
Inherited from:
Value
Inherited from:
Value
def writeTo(packer: Packer): Unit

Write the value to target Packer

Write the value to target Packer

Inherited from:
Value