d3e4dcff62 | ||
---|---|---|
.. | ||
ReactiveUI.Samples.Suspension | ||
README.MD | ||
ReactiveUI.Samples.Suspension.sln |
README.MD
ReactiveUI.Samples.Suspension
To read navigation stack from disk, a suspension driver is required to support deserializing IRoutableViewModel
interface implementations into more specific view model types, for Newtonsoft.Json
this can be achieved by using TypeNameHandling.All
json serialization setting.
In the App.OnFrameworkInitializationCompleted
method we initialize suspension stuff specific to our app. Don't forget to add .UseReactiveUI()
and .StartWithClassicDesktopLifetime()
to your app builder inside the Program.cs
file.
Provides examples about:
Note: Avalonia produce and support the ReactiveUI plugin. You can get support on their