msgpack4z.MsgpackCodec
See theMsgpackCodec companion object
Attributes
- Companion
- object
- Source
- MsgpackCodec.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- MsgpackCodec.scala
final def roundtrip(a: A, packer: MsgPacker, unpacker: (Array[Byte]) => MsgUnpacker): Option[UnpackError \/ A]
Attributes
- Returns
-
None
if successSome(-\/(_))
iffromBytes
returns deserialize errorSome(\/-(_))
iffromBytes
andtoByte
are inconsistent - Source
- MsgpackCodec.scala
final def roundtripz(a: A, packer: MsgPacker, unpacker: (Array[Byte]) => MsgUnpacker)(implicit A: Equal[A]): Option[UnpackError \/ A]
Attributes
- Source
- MsgpackCodec.scala
Attributes
- Source
- MsgpackCodec.scala
Attributes
- Source
- MsgpackCodec.scala
Attributes
- Source
- MsgpackCodec.scala
Attributes
- Source
- MsgpackCodec.scala
In this article