Skip to main content
All docs
V24.1

SchedulerCompatibility.Base64XmlObjectSerialization Property

Turns Base64 serialization on or off. This mechanism is used to serialize Resource object’s identifiers to the XML format.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public static bool Base64XmlObjectSerialization { get; set; }

Property Value

Type Description
Boolean

true to use Base64 encoding to serialize resource identifiers to the XML format; otherwise, false.

Remarks

The identifier property values in the Resource classes are of the Object type. Base64 encoding is used to serialize the identifiers to the XML format.

You can set the Base64XmlObjectSerialization property to false to turn the Base64 serialization off.

See Also