IMemberInfo.SerializeValue(Object) Method
Serializes an object’s member value into a string.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object whose member value must be serialized. |
Returns
| Type | Description |
|---|---|
| String | A string representing the serialized object. |
See Also