BinaryFormatterSerializer.Deserialize(Type, IDeserializationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public object Deserialize (Type expectedType, Orleans.Serialization.IDeserializationContext context);
abstract member Deserialize : Type * Orleans.Serialization.IDeserializationContext -> obj
override this.Deserialize : Type * Orleans.Serialization.IDeserializationContext -> obj
Public Function Deserialize (expectedType As Type, context As IDeserializationContext) As Object
Parameters
- expectedType
- Type
- context
- IDeserializationContext