trait QueueSerializer[T] extends AbstractMarshallable

Linear Supertypes
AbstractMarshallable, BytesMarshallable, WriteBytesMarshallable, ReadBytesMarshallable, Marshallable, Resettable, ReadMarshallable, WriteMarshallable, WriteValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueueSerializer
  2. AbstractMarshallable
  3. BytesMarshallable
  4. WriteBytesMarshallable
  5. ReadBytesMarshallable
  6. Marshallable
  7. Resettable
  8. ReadMarshallable
  9. WriteMarshallable
  10. WriteValue
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def readElement(wire: WireIn): Option[T]

    Reads an element from the wire.

    Reads an element from the wire.

    wire

    The wire.

    returns

    The element as an option, or None if no element is available.

  2. abstract def writeElement(element: T, wire: WireOut): Unit

    Writes an element to the wire.

    Writes an element to the wire.

    element

    The element to be written.

    wire

    The wire.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $fieldInfos(): List[FieldInfo]
    Definition Classes
    Marshallable
  4. def $toString(): String
    Definition Classes
    BytesMarshallable
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def copyTo[T <: Marshallable](t: T): T
    Definition Classes
    Marshallable
  9. def deepCopy[T](): T
    Definition Classes
    Marshallable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(o: Any): Boolean
    Definition Classes
    AbstractMarshallable → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getClassName(): String
    Definition Classes
    Marshallable
  15. def getField[T](name: String, tClass: Class[T]): T
    Definition Classes
    Marshallable
    Annotations
    @throws( ... )
  16. def hashCode(): Int
    Definition Classes
    AbstractMarshallable → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mergeToMap[K, T <: Marshallable](map: Map[K, T], getKey: Function[T, K]): T
    Definition Classes
    Marshallable
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def readMarshallable(bytes: BytesIn): Unit
    Definition Classes
    BytesMarshallable → ReadBytesMarshallable
    Annotations
    @throws( ... )
  23. def readMarshallable(wire: WireIn): Unit
    Definition Classes
    Marshallable → ReadMarshallable
    Annotations
    @throws( ... )
  24. def reset(): Unit
    Definition Classes
    Marshallable → Resettable
  25. def setField(name: String, value: Any): Unit
    Definition Classes
    Marshallable
    Annotations
    @throws( ... )
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AbstractMarshallable → AnyRef → Any
  28. def unexpectedField(event: Any, valueIn: ValueIn): Unit
    Definition Classes
    ReadMarshallable
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. def writeMarshallable(bytes: BytesOut): Unit
    Definition Classes
    BytesMarshallable → WriteBytesMarshallable
  33. def writeMarshallable(wire: WireOut): Unit
    Definition Classes
    Marshallable → WriteMarshallable
  34. def writeValue(out: ValueOut): Unit
    Definition Classes
    WriteMarshallable → WriteValue

Deprecated Value Members

  1. def copyFrom[T <: Marshallable](t: T): T
    Definition Classes
    Marshallable
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AbstractMarshallable

Inherited from BytesMarshallable

Inherited from WriteBytesMarshallable

Inherited from ReadBytesMarshallable

Inherited from Marshallable

Inherited from Resettable

Inherited from ReadMarshallable

Inherited from WriteMarshallable

Inherited from WriteValue

Inherited from AnyRef

Inherited from Any

Ungrouped