Package org.apache.pekko.serialization
package org.apache.pekko.serialization
-
ClassDescriptionSerializer that supports async serialization.Scala API: Async serializer with string manifest that delegates synchronous calls to the asynchronous calls and blocks.Java API: Async serializer with string manifest that delegates synchronous calls to the asynchronous calls and blocks.Base serializer trait with serialization identifiers configuration contract, when globally unique serialization identifier is configured in the
reference.conf.This is a special Serializer that Serializes and deserializes byte arrays only, (just returns the byte array unchanged/uncopied)Serializer between an object and aByteBufferrepresenting that object.This Serializer is used whenorg.apache.pekko.actor.java-serialization = offThis Serializer uses standard Java SerializationJava API for creating a Serializer: make sure to include a constructor which takes exactly one argument of typepekko.actor.ExtendedActorSystem, because that is the preferred constructor which will be invoked when reflectively instantiating the JSerializer (also possible with empty constructor).This is a special Serializer that Serializes and deserializes nulls onlySerialization module.Serialization information needed for serializing local actor refs, or if serializer library e.g.SerializationExtension is a Pekko Extension to interact with the Serialization that is built into AkkaSerializationExtension is a Pekko Extension to interact with the Serialization that is built into AkkaSetup for the serialization subsystem, constructor is *Internal API*, use factories inSerializationSetupA Serializer represents a bimap between an object and an array of bytes representing that object.Constructor is internal API: Use the factoriesSerializerDetails.create(java.lang.String, org.apache.pekko.serialization.Serializer, java.util.List<java.lang.Class<?>>)orSerializerDetails.apply(java.lang.String, org.apache.pekko.serialization.Serializer, scala.collection.immutable.Seq<java.lang.Class<?>>)to constructA Serializer represents a bimap between an object and an array of bytes representing that object.