BundleSuspensionDriver class¶
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.BundleSuspensionDriver
Modifiers: public sealed
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| LoadState | Loads the application state from persistent storage. |
| SaveState | Saves the application state to persistent storage. |
| InvalidateState | Invalidates the persisted application state (for example, by deleting it from disk). |