Click or drag to resize

PersonalSettingsSerializeT Method

Serializes object instance state to xml string

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static string Serialize<T>(
	T objectInstance
)

Parameters

objectInstance
Type: T
Object instance

Type Parameters

T
Object type

Return Value

Type: String
Serialized to xml string data of object instance
See Also