Skip to content

BundleSuspensionDriver class

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.BundleSuspensionDriver Modifiers: public sealed

Summary

View source

Loads and saves application state using the platform bundle.

Applies to

net10.0-android36.0

Class hierarchy
classDiagram
class BundleSuspensionDriver
class ISuspensionDriver {
    <>
}
ISuspensionDriver <|.. BundleSuspensionDriver

Implements: ISuspensionDriver

Remarks

This driver supports both legacy reflection-based System.Text.Json serialization and trimming/AOT-safe serialization via source-generated JsonTypeInfo.

Constructors

NameSummary
.ctor

Methods

NameSummary
LoadStateLoads the application state from persistent storage.
SaveStateSaves the application state to persistent storage.
InvalidateStateInvalidates the persisted application state (for example, by deleting it from disk).
Inherited members