Skip to main content
All docs
V23.2

DeserializationSettings.InvokeRestricted(Action, Predicate<DeserializationSettings.RestrictedTypeConfirmationEventArgs>) 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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void InvokeRestricted(
    Action restrictedAction,
    Predicate<DeserializationSettings.RestrictedTypeConfirmationEventArgs> confirmOnce
)

Parameters

Name Type
restrictedAction Action
confirmOnce Predicate<DevExpress.Utils.DeserializationSettings.RestrictedTypeConfirmationEventArgs>

Remarks

Read the following topic for more information: Safe Deserialization.

See Also