ISerializationContext 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 ISerializationContext : Orleans.Serialization.ISerializerContext
type ISerializationContext = interface
interface ISerializerContext
Public Interface ISerializationContext
Implements ISerializerContext
- Derived
- Implements
Properties
AdditionalContext |
Gets additional context associated with this instance. (Inherited from ISerializerContext) |
CurrentOffset | |
SerializationManager |
Gets the serialization manager. (Inherited from ISerializerContext) |
ServiceProvider |
Gets the service provider. (Inherited from ISerializerContext) |
StreamWriter |
Gets the stream writer. |
Methods
CheckObjectWhileSerializing(Object) | |
RecordObject(Object, Int32) |
Records the provided object at the specified offset into StreamWriter. |
SerializeInner(Object, Type) |