Trait/Object

com.codacy.stream

QueueSerializer

Related Docs: object QueueSerializer | package stream

Permalink

trait QueueSerializer[T] extends AbstractMarshallable

Linear Supertypes
AbstractMarshallable, BytesMarshallable, WriteBytesMarshallable, ReadBytesMarshallable, Marshallable, Resettable, ReadMarshallable, WriteMarshallable, WriteValue, AnyRef, Any
Known Subclasses
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]

    Permalink

    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

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def $fieldInfos(): List[FieldInfo]

    Permalink
    Definition Classes
    Marshallable
  4. def $toString(): String

    Permalink
    Definition Classes
    BytesMarshallable
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyTo[T <: Marshallable](arg0: T): T

    Permalink
    Definition Classes
    Marshallable
  9. def deepCopy[T](): T

    Permalink
    Definition Classes
    Marshallable
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getClassName(): String

    Permalink
    Definition Classes
    Marshallable
  15. def getField[T](arg0: String, arg1: Class[T]): T

    Permalink
    Definition Classes
    Marshallable
    Annotations
    @throws( ... )
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def mergeToMap[K, T <: Marshallable](arg0: Map[K, T], arg1: Function[T, K]): T

    Permalink
    Definition Classes
    Marshallable
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def readMarshallable(arg0: BytesIn): Unit

    Permalink
    Definition Classes
    BytesMarshallable → ReadBytesMarshallable
    Annotations
    @throws( ... )
  23. def readMarshallable(arg0: WireIn): Unit

    Permalink
    Definition Classes
    Marshallable → ReadMarshallable
    Annotations
    @throws( ... )
  24. def reset(): Unit

    Permalink
    Definition Classes
    Marshallable → Resettable
  25. def setField(arg0: String, arg1: Any): Unit

    Permalink
    Definition Classes
    Marshallable
    Annotations
    @throws( ... )
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractMarshallable → AnyRef → Any
  28. def unexpectedField(arg0: Any, arg1: ValueIn): Unit

    Permalink
    Definition Classes
    ReadMarshallable
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writeMarshallable(arg0: BytesOut): Unit

    Permalink
    Definition Classes
    BytesMarshallable → WriteBytesMarshallable
  33. def writeMarshallable(arg0: WireOut): Unit

    Permalink
    Definition Classes
    Marshallable → WriteMarshallable
  34. def writeValue(arg0: ValueOut): Unit

    Permalink
    Definition Classes
    WriteMarshallable → WriteValue

Deprecated Value Members

  1. def copyFrom[T <: Marshallable](arg0: T): T

    Permalink
    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