Show / Hide Table of Contents

Delegate Serializer

Serializer function.

Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate void Serializer(object raw, ISerializationContext context, Type expected);
Parameters
Type Name Description
System.Object raw

Input object to be serialized.

ISerializationContext context

The context under which this object is being serialized.

Type expected

Current Type active in this stream.

Extension Methods

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