Skip to main content
All docs
V25.1
  • 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.v25.1.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