Packages

t

akka.cluster.ddata.protobuf

SerializationSupport

trait SerializationSupport extends AnyRef

Some useful serialization helper methods.

Source
SerializationSupport.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializationSupport
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def system: ExtendedActorSystem

Concrete Value Members

  1. def addressFromProto(address: Address): Address
  2. def addressProtocol: String
  3. def addressToProto(address: Address): Builder
  4. def compress(msg: MessageLite): Array[Byte]
  5. def decompress(bytes: Array[Byte]): Array[Byte]
  6. def otherMessageFromBinary(bytes: Array[Byte]): AnyRef
  7. def otherMessageFromProto(other: OtherMessage): AnyRef
  8. def otherMessageToProto(msg: Any): OtherMessage
  9. def resolveActorRef(path: String): ActorRef
  10. def serialization: Serialization
  11. def transportInformation: Information
  12. def uniqueAddressFromProto(uniqueAddress: msg.ReplicatorMessages.UniqueAddress): UniqueAddress
  13. def uniqueAddressToProto(uniqueAddress: UniqueAddress): Builder
  14. def versionVectorFromBinary(bytes: Array[Byte]): VersionVector
  15. def versionVectorFromProto(versionVector: msg.ReplicatorMessages.VersionVector): VersionVector
  16. def versionVectorToProto(versionVector: VersionVector): msg.ReplicatorMessages.VersionVector