Skip to main content
.NET 6.0+

IMemberInfo.SerializeValue(Object) Method

Serializes an object’s member value into a string.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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