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
| Improve this Doc View SourceCreateSerializers
Declaration
public Func<ExtendedActorSystem, ImmutableHashSet<SerializerDetails>> CreateSerializers { get; }
Property Value
Type | Description |
---|---|
Func<ExtendedActorSystem, System.Collections.Immutable.ImmutableHashSet<SerializerDetails>> |
Methods
| Improve this Doc 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, System.Collections.Immutable.ImmutableHashSet<SerializerDetails>> | createSerializers |
Returns
Type | Description |
---|---|
SerializationSetup |