Click or drag to resize

EAPUtilSerialize Method

Serialize a simple class to a string. Note that only public fields and public read/write properties are handled.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string Serialize(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to serialize.

Return Value

Type: String
The XML for the serialized object.
See Also