Object

wvlet.airframe.codec

PrimitiveCodec

Related Doc: package codec

Permalink

object PrimitiveCodec

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait PrimitiveCodec[A] extends MessageCodec[A]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BooleanArrayCodec extends MessageCodec[Array[Boolean]]

    Permalink
  5. object BooleanCodec extends PrimitiveCodec[Boolean]

    Permalink
  6. object ByteArrayCodec extends MessageCodec[Array[Byte]]

    Permalink
  7. object ByteCodec extends PrimitiveCodec[Byte]

    Permalink
  8. object CharArrayCodec extends MessageCodec[Array[Char]]

    Permalink
  9. object CharCodec extends PrimitiveCodec[Char]

    Permalink
  10. object DoubleArrayCodec extends MessageCodec[Array[Double]]

    Permalink
  11. object DoubleCodec extends PrimitiveCodec[Double]

    Permalink
  12. object FloatArrayCodec extends MessageCodec[Array[Float]]

    Permalink
  13. object FloatCodec extends PrimitiveCodec[Float]

    Permalink
  14. object IntArrayCodec extends MessageCodec[Array[Int]]

    Permalink
  15. object IntCodec extends PrimitiveCodec[Int]

    Permalink
  16. object LongArrayCodec extends MessageCodec[Array[Long]]

    Permalink
  17. object LongCodec extends PrimitiveCodec[Long]

    Permalink
  18. object ShortArrayCodec extends MessageCodec[Array[Short]]

    Permalink
  19. object ShortCodec extends PrimitiveCodec[Short]

    Permalink
  20. object StringArrayCodec extends MessageCodec[Array[String]]

    Permalink
  21. object StringCodec extends PrimitiveCodec[String]

    Permalink
  22. object ValueCodec extends MessageCodec[Value]

    Permalink

    MessagePack value codec

  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val primitiveArrayCodec: Map[Surface, MessageCodec[_ >: Array[Char] with Array[Short] with Array[Byte] with Array[String] with Array[Boolean] with Array[Double] with Array[Float] with Array[Long] with Array[Int] <: Array[_ >: Char with Short with Byte with String with Boolean with Double with Float with Long with Int]]]

    Permalink
  35. val primitiveCodec: Map[Surface, MessageCodec[_]]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped