msgpack4z
package msgpack4z
Members list
Type members
Classlikes
trait AnyValArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait AnyValCodec
Attributes
- Source
- AnyValCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait ArrayCodec
Attributes
- Source
- ArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ArrayCodecImpl
object ArrayCodecImpl extends ArrayCodec
Attributes
- Source
- ArrayCodec.scala
- Supertypes
- Self type
-
ArrayCodecImpl.type
Attributes
- Source
- BinaryCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait BinaryCodec
Attributes
- Source
- BinaryCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait BooleanArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
This object was generated by sbt-buildinfo.
This object was generated by sbt-buildinfo.
Attributes
- Source
- BuildInfoMsgpack4zCore.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
trait ByteArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
sealed abstract class CaseClassMapMissingKeyError extends RuntimeException
Attributes
- Source
- CaseClassMapMissingKeyError.scala
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object CaseCodec
Attributes
- Source
- CaseCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CaseCodec.type
object CaseMapCodec
Attributes
- Companion
- class
- Source
- CaseMapCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CaseMapCodec.type
Attributes
- Companion
- object
- Source
- CaseMapCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object CodecInstances
Attributes
- Source
- CodecInstances.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CodecInstances.type
object DisjunctionCodec
Attributes
- Source
- DisjunctionCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DisjunctionCodec.type
trait DoubleArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object EitherCodec
Attributes
- Source
- EitherCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EitherCodec.type
final case class Err(e: Throwable) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
sealed abstract class Extractor[A <: AnyRef] extends A => MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
trait FloatArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait IntArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait LongArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class MapKeyNotFound(key1: String, key2: String) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object MaybeCodec
Attributes
- Source
- MaybeCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MaybeCodec.type
final case class MsgpackArray(value: List[MsgpackUnion]) extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class MsgpackBinary(value: Array[Byte]) extends MsgpackUnion
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MsgpackBinary extends (Array[Byte]) => MsgpackUnion
Attributes
- Companion
- class
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackBinary.type
Attributes
- Companion
- object
- Source
- MsgpackCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object MsgpackCodec
Attributes
- Companion
- trait
- Source
- MsgpackCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MsgpackCodec.type
abstract class MsgpackCompanion[A, B](implicit A: MsgpackCodec[A]) extends A => B
Attributes
- Example
-
case class UserId(value: Int) object UserId extends MsgpackCompanion[Int, UserId]
- Source
- MsgpackCompanion.scala
- Supertypes
-
trait A => Bclass Objecttrait Matchableclass Any
final case class MsgpackDouble(value: Double) extends MsgpackUnion
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MsgpackDouble extends Double => MsgpackUnion
Attributes
- Companion
- class
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackDouble.type
final case class MsgpackExt(tpe: Byte, data: Array[Byte]) extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case object MsgpackFalse extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackFalse.type
final case class MsgpackLong(value: Long) extends MsgpackUnion
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MsgpackLong extends Long => MsgpackUnion
Attributes
- Companion
- class
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackLong.type
final case class MsgpackMap(value: Map[MsgpackUnion, MsgpackUnion]) extends MsgpackUnion
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MsgpackMap extends (Map[MsgpackUnion, MsgpackUnion]) => MsgpackUnion
Attributes
- Companion
- class
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackMap.type
case object MsgpackNil extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackNil.type
final case class MsgpackString(value: String) extends MsgpackUnion
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MsgpackString extends String => MsgpackUnion
Attributes
- Companion
- class
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackString.type
case object MsgpackTrue extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackTrue.type
final case class MsgpackULong(value: BigInteger) extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
sealed abstract class MsgpackUnion extends Product, Serializable
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class MsgpackArrayclass MsgpackBinaryclass MsgpackDoubleclass MsgpackExtobject MsgpackFalseclass MsgpackLongclass MsgpackMapobject MsgpackNilclass MsgpackStringobject MsgpackTrueclass MsgpackULongShow all
object MsgpackUnion
Attributes
- Companion
- class
- Source
- MsgpackUnion.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MsgpackUnion.type
final case class NotEnoughArraySize(expect: Int, actual: Int) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class Opt[A <: AnyRef] extends AnyVal
object Opt
object OptionCodec
Attributes
- Source
- OptionCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OptionCodec.type
final case class Other(message: String) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- PackUnpackFactory.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait RefArrayCodec
Attributes
- Source
- RefArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait ScalazCodec
Attributes
- Source
- ScalazCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait ShortArrayCodec
Attributes
- Source
- AnyValArrayCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait StdCodec
Attributes
- Source
- StdCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait TupleCodec
Attributes
- Source
- TupleCodec.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class UnexpectedArraySize(expect: Int, actual: Int) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnexpectedEitherKey[A](left: A, right: A, actual: A)(implicit A: MsgpackCodec[A]) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnexpectedMapSize(expect: Int, actual: Int) extends UnpackError
Attributes
- Source
- UnpackError.scala
- Supertypes
-
trait Producttrait Equalsclass UnpackErrorclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
sealed abstract class UnpackError(message: String, cause: Throwable) extends Exception
Attributes
- Source
- UnpackError.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Errclass MapKeyNotFoundclass NotEnoughArraySizeclass Otherclass UnexpectedArraySizeclass UnexpectedEitherKey[A]class UnexpectedMapSizeShow all
Types
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
In this article