1 implementation of Restore
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentComponentStateSerializer.cs (1)
38
object 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);