1 override of SerializeState
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
24
protected override byte[]
SerializeState
(IReadOnlyDictionary<string, byte[]> state)
2 references to SerializeState
Microsoft.AspNetCore.Components.Server (2)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
66
PersistedState = Convert.ToBase64String(
SerializeState
(state));
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
26
var bytes = base.
SerializeState
(state);