Skip to main content
All docs
V24.1

DeserializationSettings.InvokeRestricted(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.1.dll

NuGet Package: DevExpress.Data

Declaration

public static void InvokeRestricted(
    Action restrictedAction
)

Parameters

Name Type
restrictedAction Action

Remarks

Read the following topic for more information: Safe Deserialization.

See Also