Class SerializationSetup
Setup for the ActorSystem serialization subsystem.
Constructor is INTERNAL API. Use the factory method Create(Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>>).
Inherited Members
Namespace: Akka.Serialization
Assembly: Akka.dll
Syntax
public sealed class SerializationSetup : Setup
Properties
| Edit this page View SourceCreateSerializers
Declaration
public Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>> CreateSerializers { get; }
Property Value
| Type | Description |
|---|---|
| Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>> |
Methods
| Edit this page View SourceCreate(Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>>)
create pairs of serializer and the set of classes it should be used for
Declaration
public static SerializationSetup Create(Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>> createSerializers)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>> | createSerializers |
Returns
| Type | Description |
|---|---|
| SerializationSetup |
Edit this page