org.apache.pekko.remote.serialization

Members list

Type members

Classlikes

Attributes

Source
MessageContainerSerializer.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any

Attributes

Source
MiscMessageSerializer.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ProtobufSerializer.scala
Supertypes
class Object
trait Matchable
class Any
Self type

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

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

Attributes

Companion
object
Source
ProtobufSerializer.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any

Attributes

Source
SystemMessageSerializer.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any
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

Attributes

Source
ThrowableNotSerializableException.scala
Supertypes
class IllegalArgumentException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Deprecated classlikes

Attributes

Deprecated
true
Source
PrimitiveSerializers.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any
Show all

Attributes

Deprecated
true
Source
PrimitiveSerializers.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any
Show all

Attributes

Deprecated
true
Source
PrimitiveSerializers.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any
Show all

Attributes

Deprecated
true
Source
PrimitiveSerializers.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any
Show all