ICopyContext Interface

Definition

public interface ICopyContext : Orleans.Serialization.ISerializerContext
type ICopyContext = interface
    interface ISerializerContext
Public Interface ICopyContext
Implements ISerializerContext
Derived
Implements

Properties

AdditionalContext

Gets additional context associated with this instance.

(Inherited from ISerializerContext)
SerializationManager

Gets the serialization manager.

(Inherited from ISerializerContext)
ServiceProvider

Gets the service provider.

(Inherited from ISerializerContext)

Methods

CheckObjectWhileCopying(Object)
DeepCopyInner(Object)
RecordCopy(Object, Object)

Record an object-to-copy mapping into the current serialization context. Used for maintaining the .NET object graph during serialization operations. Used in generated code.

Extension Methods

GetSerializationManager(ISerializerContext)

Applies to