mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 21:24:00 +00:00
Update
This commit is contained in:
@@ -533,11 +533,7 @@ namespace ElectronNET.API
|
||||
{
|
||||
public CamelCaseNewtonsoftJsonSerializer() : base()
|
||||
{
|
||||
}
|
||||
|
||||
public override JsonSerializerSettings CreateOptions()
|
||||
{
|
||||
return new JsonSerializerSettings()
|
||||
OptionsProvider = () => new JsonSerializerSettings()
|
||||
{
|
||||
ContractResolver = new CamelCasePropertyNamesContractResolver(),
|
||||
NullValueHandling = NullValueHandling.Ignore,
|
||||
|
||||
Reference in New Issue
Block a user