Akka.Serialization Namespace |
Class | Description | |
---|---|---|
ByteArraySerializer |
This is a special Serializer that serializes and deserializes byte arrays only
(just returns the byte array unchanged/uncopied).
| |
HyperionSerializer |
This is a special Serializer that serializes and deserializes plain old CLR objects (POCOs).
| |
HyperionSerializerSettings |
A typed settings class for a HyperionSerializer.
| |
JavaSerializer |
This is a special Serializer that serializes and deserializes Java objects only.
| |
NewtonSoftJsonSerializer |
This is a special Serializer that serializes and deserializes javascript objects only.
These objects need to be in the JavaScript Object Notation (JSON) format.
| |
NewtonSoftJsonSerializerAkkaContractResolver |
TBD
| |
NewtonSoftJsonSerializerSurrogateConverter |
TBD
| |
NewtonSoftJsonSerializerSettings |
A typed settings for a NewtonSoftJsonSerializer class.
| |
NullSerializer |
This is a special Serializer that serializes and deserializes nulls only
| |
Serialization |
TBD
| |
Serializer |
A Serializer represents a bimap between an object and an array of bytes representing that object.
Serializers are loaded using reflection during ActorSystem
start-up, where two constructors are tried in order:
| |
SerializerIdentifierHelper |
INTERNAL API.
| |
SerializerWithStringManifest |
TBD
| |
WireSerializer | Obsolete.
This is a special Serializer that serializes and deserializes plain old CLR objects (POCOs).
|
Interface | Description | |
---|---|---|
IKnownTypesProvider |
Interface that can be implemented in order to determine some
custom logic, that's going to provide a list of types that
are known to be shared for all corresponding parties during
remote communication.
|