Click or drag to resize
Akka.NETSerialization.Deserialize Method
Overload List
  NameDescription
Public methodDeserialize(Byte[], Int32, String)
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
Public methodDeserialize(Byte[], Int32, Type)
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
Top
See Also