Class

com.codacy.stream

ObjectSerializer

Related Doc: package stream

Permalink

class ObjectSerializer[T] extends AbstractMarshallable with QueueSerializer[T]

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

Instance Constructors

  1. new ObjectSerializer()(implicit arg0: ClassTag[T])

    Permalink

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. val clazz: Class[T]

    Permalink
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. 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.

    Definition Classes
    ObjectSerializerQueueSerializer
  24. def readMarshallable(arg0: BytesIn): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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.

    Definition Classes
    ObjectSerializerQueueSerializer
  35. def writeMarshallable(arg0: BytesOut): Unit

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

    Permalink
    Definition Classes
    Marshallable → WriteMarshallable
  37. 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 QueueSerializer[T]

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