SfcSerializer.Deserialize Method
Include Protected Members
Include Inherited Members
Deserializes the file stream into an object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
Deserialize(XmlReader) | Deserializes the file stream into an object. The deserialized object has a Pending state. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Deserialize(XmlReader, SfcObjectState) | Deserializes the file stream into an object. The specified SfcObjectState value is applied to the deserialized object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top