Click or drag to resize
Akka.NETSerialization Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.SerializationSerialization

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class Serialization

The Serialization type exposes the following members.

Constructors
  NameDescription
Public methodSerialization
TBD
Top
Properties
  NameDescription
Public propertySystem
TBD
Top
Methods
  NameDescription
Public methodAddSerializationMap
TBD
Public methodAddSerializer
TBD
Public methodDeserialize(Byte, Int32, String)
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
Public methodDeserialize(Byte, Int32, Type)
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
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 methodFindSerializerFor
Returns the Serializer configured for the given object, returns the NullSerializer if it's null.
Public methodFindSerializerForType
Returns the configured Serializer for the given Class. The configured Serializer is used if the configured class `IsAssignableFrom` from the type, i.e. the configured class is a super class or implemented interface. In case of ambiguity it is primarily using the most specific configured class, and secondly the entry configured first.
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 methodStatic memberSerializedActorPath
TBD
Public methodStatic memberSerializeWithTransportT
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also