1 implementation of Persist
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentComponentStateSerializer.cs (1)
32
void IPersistentComponentStateSerializer.
Persist
(Type type, object value, IBufferWriter<byte> writer)
1 reference to Persist
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
197
_customSerializer.
Persist
(_propertyType, property, writer);