IDeserializationContext 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IDeserializationContext : Orleans.Serialization.ISerializerContext
type IDeserializationContext = interface
interface ISerializerContext
Public Interface IDeserializationContext
Implements ISerializerContext
- 派生
- 实现
属性
AdditionalContext |
获取与此实例关联的其他上下文。 (继承自 ISerializerContext) |
CurrentObjectOffset |
中 StreamReader当前对象的偏移量。 |
CurrentPosition |
获取流中的当前位置。 |
SerializationManager |
获取序列化管理器。 (继承自 ISerializerContext) |
ServiceProvider |
获取服务提供商。 (继承自 ISerializerContext) |
StreamReader |
流读取器。 |
方法
DeserializeInner(Type) | |
FetchReferencedObject(Int32) |
从指定的偏移量返回对象。 |
RecordObject(Object) |
记录当前对象偏移量处提供的对象的反序列化。 |
RecordObject(Object, Int32) |
记录所提供对象的反序列化。 |
扩展方法
CreateNestedContext(IDeserializationContext, Int32, BinaryTokenStreamReader) |
返回从指定位置开始的新嵌套上下文。 |
GetSerializationManager(ISerializerContext) |