Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Serialization
Serializer Class
Serializer Methods
FromBinary Method
FromBinary(T) Method (Byte[])
FromBinary Method (Byte[], Type)
Serializer
.
FromBinary Method
Overload List
Name
Description
FromBinary
<
T
>
(
Byte
[]
)
Deserializes a byte array into an object.
FromBinary(
Byte
[]
, Type)
Deserializes a byte array into an object of type
type
.
Top
See Also
Reference
Serializer Class
Akka.Serialization Namespace
Akka.NET Home
|
Learn Akka.NET