akka.remote.serialization

Type members

Classlikes

This Serializer serializes akka.protobuf.Message and com.google.protobuf.Message It is using reflection to find the parseFrom and toByteArray methods to avoid dependency to com.google.protobuf.

This Serializer serializes akka.protobuf.Message and com.google.protobuf.Message It is using reflection to find the parseFrom and toByteArray methods to avoid dependency to com.google.protobuf.

Companion:
object
Source:
ProtobufSerializer.scala
final class ThrowableNotSerializableException(val originalMessage: String, val originalClassName: String, cause: Throwable) extends IllegalArgumentException

Use as replacement for an original exception when it can't be serialized or deserialized.

Use as replacement for an original exception when it can't be serialized or deserialized.

Value parameters:
cause

exception that caused deserialization error, optional and will not be serialized

originalClassName

the class name of the original exception

originalMessage

the message of the original exception

Source:
ThrowableNotSerializableException.scala

Deprecated classlikes

@deprecated("Moved to akka.serialization.ByteStringSerializer in akka-actor", "2.6.0")
@deprecated("Moved to akka.serialization.IntSerializer in akka-actor", "2.6.0")
@deprecated("Moved to akka.serialization.LongSerializer in akka-actor", "2.6.0")
@deprecated("Moved to akka.serialization.StringSerializer in akka-actor", "2.6.0")