Click or drag to resize
Akka.NETMessageSerializerSerialize Method
Serializes 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 SerializedMessage Serialize(
	ActorSystem system,
	Address address,
	Object message
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
address
Type: Akka.ActorAddress
TBD
message
Type: SystemObject
The message.

Return Value

Type: SerializedMessage
SerializedMessage.
See Also