1 implementation of Persist
Microsoft.AspNetCore.Components (1)
PersistentState\PersistentComponentStateSerializer.cs (1)
32void 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);