PersistentComponentState.PersistAsJson<TValue>(String, TValue) Method

Definition

Serializes instance as JSON and persists it under the given key.

public void PersistAsJson<TValue> (string key, TValue instance);
member this.PersistAsJson : string * 'Value -> unit
Public Sub PersistAsJson(Of TValue) (key As String, instance As TValue)

Type Parameters

TValue

The instance type.

Parameters

key
String

The key to use to persist the state.

instance
TValue

The instance to persist.

Applies to