SfcSerializer Class
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 sealed class SfcSerializer
type SfcSerializer = class
Public NotInheritable Class SfcSerializer
- Inheritance
-
SfcSerializer
Constructors
SfcSerializer() |
Properties
UnParentedReferences |
Methods
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 |
Serialize(Object) |
This function compiles the list of the instances which are need to be serialize the root successfully. |
Write(XmlWriter) |
This function serializes the dependency list instances along with the root |
Events
FilterPropertyHandler |