trait
ScalaMessagePackWrapper extends AnyRef
Abstract Value Members
-
abstract
def
messagePack: MessagePack
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
convert[T](value: Value)(implicit manifest: Manifest[T]): Any
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pack(obj: Any): Array[Byte]
-
def
read[T](data: InputStream)(implicit manifest: Manifest[T]): T
-
def
read[T](data: Array[Byte])(implicit manifest: Manifest[T]): T
-
def
readAsValue(data: InputStream): Value
-
def
readAsValue(data: Array[Byte]): Value
-
def
readTo[T](data: InputStream, obj: T): T
-
def
readTo[T](data: Array[Byte], obj: T): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unpack[T](data: InputStream)(implicit manifest: Manifest[T]): T
-
def
unpack[T](data: Array[Byte])(implicit manifest: Manifest[T]): T
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
write(obj: Any): Array[Byte]
-
def
writeT[T](obj: T)(implicit template: Template[T]): Array[Byte]
-
def
writeV(value: Value): Array[Byte]
Inherited from AnyRef
Inherited from Any
Supply utility methods for MessagePack Method names are changesd, because write and read method names often conflict when using filed importing
name is changed becouse