Packages

p

org.apache.pekko.remote

serialization

package serialization

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class MessageContainerSerializer extends BaseSerializer
  2. class MiscMessageSerializer extends SerializerWithStringManifest with BaseSerializer
  3. class ProtobufSerializer extends BaseSerializer

    This Serializer serializes org.apache.pekko.protobufv3.internal.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.protobufv3.internal.Message It is using reflection to find the parseFrom and toByteArray methods to avoid dependency to com.google.protobuf.

    This is related to the config property pekko.serialization.protobuf.allowed-classes.

  4. class SystemMessageSerializer extends BaseSerializer
  5. final class ThrowableNotSerializableException extends IllegalArgumentException

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

Value Members

  1. object ProtobufSerializer

Ungrouped