Show / Hide Table of Contents

Interface ISerializerContext

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

Properties

| Improve this Doc View Source

AdditionalContext

Gets additional context associated with this instance.

Declaration
object AdditionalContext { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

ServiceProvider

Gets the service provider.

Declaration
IServiceProvider ServiceProvider { get; }
Property Value
Type Description
IServiceProvider

Extension Methods

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