Click or drag to resize
Akka.NETReplicatorMessageSerializerFromBinary Method (Byte, Type)

[Missing <summary> documentation for "M:Akka.DistributedData.Serialization.ReplicatorMessageSerializer.FromBinary(System.Byte[],System.Type)"]

Namespace:  Akka.DistributedData.Serialization
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override Object FromBinary(
	byte[] bytes,
	Type type
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:Akka.DistributedData.Serialization.ReplicatorMessageSerializer.FromBinary(System.Byte[],System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Akka.DistributedData.Serialization.ReplicatorMessageSerializer.FromBinary(System.Byte[],System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Akka.DistributedData.Serialization.ReplicatorMessageSerializer.FromBinary(System.Byte[],System.Type)"]

See Also