Click or drag to resize
Akka.NETMessageSerializer Class
Class MessageSerializer.
Inheritance Hierarchy
SystemObject
  Akka.RemoteMessageSerializer

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class MessageSerializer

The MessageSerializer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize
Deserializes the specified message.
Public methodStatic memberSerialize
Serializes the specified message.
Top
See Also