Show / Hide Table of Contents

Interface IOnDeserialized

Indicates that a class is to be notified when it has been deserialized.

Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IOnDeserialized

Methods

| Improve this Doc View Source

OnDeserialized(ISerializerContext)

Notifies this instance that it has been fully deserialized.

Declaration
void OnDeserialized(ISerializerContext context)
Parameters
Type Name Description
ISerializerContext context

The serializer context.

Extension Methods

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