Skip to main content
A newer version of this page is available. .

IMemberInfo.SerializeValue(Object) Method

Serializes an object’s member value into a string.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

string SerializeValue(
    object obj
)

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