IDeserializationContext.RecordObject Method
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.
Overloads
RecordObject(Object) |
Records deserialization of the provided object at the current object offset. |
RecordObject(Object, Int32) |
Records deserialization of the provided object. |
RecordObject(Object)
- Source:
- ISerializerContext.cs
Records deserialization of the provided object at the current object offset.
public void RecordObject (object obj);
abstract member RecordObject : obj -> unit
Public Sub RecordObject (obj As Object)
Parameters
- obj
- Object
Applies to
RecordObject(Object, Int32)
- Source:
- ISerializerContext.cs
Records deserialization of the provided object.
public void RecordObject (object obj, int offset);
abstract member RecordObject : obj * int -> unit
Public Sub RecordObject (obj As Object, offset As Integer)
Parameters
- obj
- Object
- offset
- Int32
The offset within StreamReader.