-
-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Labels
FeatureNew feature that will be added to the projectNew feature that will be added to the project
Description
Is your feature request related to a problem? Please describe.
Currently we need to set each JsonSerializerOptions
manually independently if we have a static method already defined.
Describe the solution you'd like
Allow for options.JsonSerializerOptions
to be set so a static JsonSerializerOptions
config can be reused instead of setting each property again.
Blazored.LocalStorage.StorageOptions.LocalStorageOptions.JsonSerializerOptions
public JsonSerializerOptions JsonSerializerOptions { get; **set;** } = new JsonSerializerOptions();
Describe alternatives you've considered
Currently mapping everything manually (converters etc)
Additional context
Cleaner centralized code.
Metadata
Metadata
Assignees
Labels
FeatureNew feature that will be added to the projectNew feature that will be added to the project