DeserializationSettings.InvokeWithForcedDXBinaryFormatter(Action) Method
This member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
public static void InvokeWithForcedDXBinaryFormatter(
Action dxBinaryFormatterForcedAction
)
Parameters
Name | Type |
---|---|
dxBinaryFormatterForcedAction | Action |
See Also