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.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public static bool Base64XmlObjectSerialization { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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