package serialization
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class MessageContainerSerializer extends BaseSerializer
- class MiscMessageSerializer extends SerializerWithStringManifest with BaseSerializer
- class ProtobufSerializer extends BaseSerializer
This Serializer serializes
org.apache.pekko.protobufv3.internal.MessageIt is using reflection to find theparseFromandtoByteArraymethods to avoid dependency tocom.google.protobuf.This Serializer serializes
org.apache.pekko.protobufv3.internal.MessageIt is using reflection to find theparseFromandtoByteArraymethods to avoid dependency tocom.google.protobuf.This is related to the config property
pekko.serialization.protobuf.allowed-classes. - class SystemMessageSerializer extends BaseSerializer
- final class ThrowableNotSerializableException extends IllegalArgumentException
Use as replacement for an original exception when it can't be serialized or deserialized.
Value Members
- object ProtobufSerializer