You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// For more info about serialization, see [crate::serde]
782
+
///
781
783
/// ### Command-line introspection
782
784
/// You can inspect and edit the K/V state stored in Restate via `psql` and the CLI.
783
785
/// Have a look at the [introspection docs](https://docs.restate.dev//operate/introspection#inspecting-application-state) for more information.
784
786
///
785
-
/// ### Serializing state
786
-
/// You can store any type of value that that implements the `serde::Serialize` and `serde::Deserialize` traits ([see serialization docs][crate::serde]).
/// For more info about serialization, see [crate::serde]
844
+
///
844
845
/// ## Command-line introspection
845
846
/// You can inspect and edit the K/V state stored in Restate via `psql` and the CLI.
846
847
/// Have a look at the [introspection docs](https://docs.restate.dev//operate/introspection#inspecting-application-state) for more information.
847
848
///
848
-
/// ### Serializing state
849
-
/// You can store any type of value that that implements the `serde::Serialize` and `serde::Deserialize` traits ([see serialization docs][crate::serde]).
0 commit comments