ICopyContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |