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
)
Public Shared Function Serialize (
obj As Object
) As String
Parameters
- obj
- Type: SystemObject
The object to serialize.
Return Value
Type:
StringThe XML for the serialized object.
See Also