trait SerializationSupport extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializationSupport
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def system: ExtendedActorSystem
Concrete Value Members
- def addressFromProto(address: Address): Address
- def addressProtocol: String
- def addressToProto(address: Address): Builder
- def compress(msg: MessageLite): [Byte]
- def decompress(bytes: [Byte]): [Byte]
- def otherMessageFromBinary(bytes: [Byte]): AnyRef
- def otherMessageFromProto(other: OtherMessage): AnyRef
- def otherMessageToProto(msg: Any): OtherMessage
- def resolveActorRef(path: String): ActorRef
- def serialization: Serialization
- def transportInformation: Information
- def uniqueAddressFromProto(uniqueAddress: msg.ReplicatorMessages.UniqueAddress): UniqueAddress
- def uniqueAddressToProto(uniqueAddress: UniqueAddress): Builder
- def versionVectorFromBinary(bytes: [Byte]): VersionVector
- def versionVectorFromProto(versionVector: msg.ReplicatorMessages.VersionVector): VersionVector
- def versionVectorToProto(versionVector: VersionVector): msg.ReplicatorMessages.VersionVector
Some useful serialization helper methods.