SfcSerializer.Serialize(Object) 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.
This function compiles the list of the instances which are need to be serialize the root successfully.
public void Serialize (object instance);
member this.Serialize : obj -> unit
Public Sub Serialize (instance As Object)
Parameters
- instance
- Object
The root instance to serialize