Click or drag to resize
Akka.NETMessageSerializerDeserialize Method
Deserializes the specified message.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Object Deserialize(
	ActorSystem system,
	SerializedMessage messageProtocol
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
messageProtocol
Type: Akka.Remote.ProtoSerializedMessage
The message protocol.

Return Value

Type: Object
System.Object.
See Also