Click or drag to resize
Akka.NETHyperionSerializerSettings Class
A typed settings class for a HyperionSerializer.
Inheritance Hierarchy
SystemObject
  Akka.SerializationHyperionSerializerSettings

Namespace:  Akka.Serialization
Assembly:  Akka.Serialization.Hyperion (in Akka.Serialization.Hyperion.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class HyperionSerializerSettings

The HyperionSerializerSettings type exposes the following members.

Constructors
  NameDescription
Public methodHyperionSerializerSettings
Creates a new instance of a HyperionSerializerSettings.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates a new instance of HyperionSerializerSettings using provided HOCON config. Config can contain several key-values, that are mapped to a class fields:
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Default settings used by HyperionSerializer when no config has been specified.
Public fieldKnownTypesProvider
A type implementing IKnownTypesProvider, that will be used when HyperionSerializer is being constructed to provide a list of message types that are supposed to be known implicitly by all communicating parties. Implementing class must provide either a default constructor or a constructor taking ExtendedActorSystem as its only parameter.
Public fieldPreserveObjectReferences
When true, it tells HyperionSerializer to keep track of references in serialized/deserialized object graph.
Public fieldVersionTolerance
When true, it tells HyperionSerializer to encode a list of currently serialized fields into type manifest.
Top
Extension Methods
See Also