c

akka.remote.serialization

IntSerializer

class IntSerializer extends BaseSerializer with ByteBufferSerializer

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntSerializer
  2. ByteBufferSerializer
  3. BaseSerializer
  4. Serializer
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntSerializer(system: ExtendedActorSystem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from IntSerializer to any2stringadd[IntSerializer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IntSerializer, B)
    Implicit
    This member is added by an implicit conversion from IntSerializer to ArrowAssoc[IntSerializer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final val SerializationIdentifiers: String("akka.actor.serialization-identifiers")
    Definition Classes
    BaseSerializer
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. def ensuring(cond: (IntSerializer) ⇒ Boolean, msg: ⇒ Any): IntSerializer
    Implicit
    This member is added by an implicit conversion from IntSerializer to Ensuring[IntSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (IntSerializer) ⇒ Boolean): IntSerializer
    Implicit
    This member is added by an implicit conversion from IntSerializer to Ensuring[IntSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): IntSerializer
    Implicit
    This member is added by an implicit conversion from IntSerializer to Ensuring[IntSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): IntSerializer
    Implicit
    This member is added by an implicit conversion from IntSerializer to Ensuring[IntSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from IntSerializer to StringFormat[IntSerializer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def fromBinary(bytes: Array[Byte], manifest: Option[Class[_]]): AnyRef
    Definition Classes
    IntSerializer → Serializer
  17. def fromBinary(buf: ByteBuffer, manifest: String): AnyRef
    Definition Classes
    IntSerializer → ByteBufferSerializer
  18. final def fromBinary(bytes: Array[Byte], clazz: Class[_]): AnyRef
    Definition Classes
    Serializer
    Annotations
    @throws( ... )
  19. final def fromBinary(bytes: Array[Byte]): AnyRef
    Definition Classes
    Serializer
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val identifier: Int
    Definition Classes
    BaseSerializer → Serializer
  23. def includeManifest: Boolean
    Definition Classes
    IntSerializer → Serializer
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val system: ExtendedActorSystem
    Definition Classes
    IntSerializer → BaseSerializer
  30. def toBinary(o: AnyRef): Array[Byte]
    Definition Classes
    IntSerializer → Serializer
  31. def toBinary(o: AnyRef, buf: ByteBuffer): Unit
    Definition Classes
    IntSerializer → ByteBufferSerializer
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (IntSerializer, B)
    Implicit
    This member is added by an implicit conversion from IntSerializer to ArrowAssoc[IntSerializer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ByteBufferSerializer

Inherited from BaseSerializer

Inherited from Serializer

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from IntSerializer to any2stringadd[IntSerializer]

Inherited by implicit conversion StringFormat from IntSerializer to StringFormat[IntSerializer]

Inherited by implicit conversion Ensuring from IntSerializer to Ensuring[IntSerializer]

Inherited by implicit conversion ArrowAssoc from IntSerializer to ArrowAssoc[IntSerializer]

Ungrouped