PersistentComponentState.PersistAsJson<TValue>(String, TValue) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes instance as JSON and persists it under the given key.
public void PersistAsJson<TValue>(string key, TValue instance);member this.PersistAsJson : string * 'Value -> unitPublic 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.