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