1 implementation of Restore
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentComponentStateSerializer.cs (1)
38object IPersistentComponentStateSerializer.Restore(Type type, ReadOnlySequence<byte> data)
1 reference to Restore
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
145_lastValue = _customSerializer.Restore(_propertyType, sequence);