HyperionSerializerSettings Class |
Namespace: Akka.Serialization
The HyperionSerializerSettings type exposes the following members.
Name | Description | |
---|---|---|
HyperionSerializerSettings |
Creates a new instance of a HyperionSerializerSettings.
|
Name | Description | |
---|---|---|
Create |
Creates a new instance of HyperionSerializerSettings using provided HOCON config.
Config can contain several key-values, that are mapped to a class fields:
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Default |
Default settings used by HyperionSerializer when no config has been specified.
| |
KnownTypesProvider |
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.
| |
PreserveObjectReferences |
When true, it tells HyperionSerializer to keep
track of references in serialized/deserialized object graph.
| |
VersionTolerance |
When true, it tells HyperionSerializer to encode
a list of currently serialized fields into type manifest.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |