Show / Hide Table of Contents

Delegate Deserializer

Deserializer function.

Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate object Deserializer(Type expected, IDeserializationContext context);
Parameters
Type Name Description
Type expected

Expected Type to receive.

IDeserializationContext context

The context under which this object is being deserialized.

Returns
Type Description
System.Object

Rehydrated object of the specified Type read from the current position in the input stream.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX