SfcSerializer.Serialize(Object) Method

Definition

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

Applies to