SfcSerializer.Deserialize 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
Deserialize(XmlReader) |
The public interface for clients to deserialize the file stream |
Deserialize(XmlReader, SfcObjectState) |
The public interface for clients to deserialize the file stream |
Deserialize(XmlReader)
The public interface for clients to deserialize the file stream
public object Deserialize (System.Xml.XmlReader xmlReader);
member this.Deserialize : System.Xml.XmlReader -> obj
Public Function Deserialize (xmlReader As XmlReader) As Object
Parameters
- xmlReader
- XmlReader
The stream which holds the serialized document
Returns
Applies to
Deserialize(XmlReader, SfcObjectState)
The public interface for clients to deserialize the file stream
public object Deserialize (System.Xml.XmlReader xmlReader, Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState state);
member this.Deserialize : System.Xml.XmlReader * Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState -> obj
Public Function Deserialize (xmlReader As XmlReader, state As SfcObjectState) As Object
Parameters
- xmlReader
- XmlReader
The stream which holds the serialized document
- state
- SfcObjectState
All of the deserialized objects will have this state