1 implementation of Persist
Microsoft.AspNetCore.Components (1)
PersistentComponentStateSerializer.cs (1)
32void IPersistentComponentStateSerializer.Persist(Type type, object value, IBufferWriter<byte> writer)
1 reference to Persist
Microsoft.AspNetCore.Components (1)
PersistentStateValueProvider.cs (1)
87customSerializer.Persist(propertyType, property, writer);