ProtobufSerializer.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.
Tries to deserialize an item.
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
The type that should be deserialized
- context
- IDeserializationContext
The context in which the object is being deserialized.
Returns
The deserialized object