unoplatform / Uno.CodeGen

A set of source generators for equality, immutability, ...
Other
90 stars 11 forks source link

add support for System.Text.Json serialization #125

Closed beppemarazzi closed 4 years ago

beppemarazzi commented 4 years ago

PR Type

What kind of change does this PR introduce?

What is the current behavior?

.NET Core 3.0 has a new API for json serialization (see https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/) but it's not supported by Uno.Immutables...

What is the new behavior?

System.Text.Json API is supported exactly like the well known Newtonsoft.Json

PR Checklist

Please check if your PR fulfills the following requirements:

gitpod-io[bot] commented 4 years ago

carldebilly commented 4 years ago

Wow you're very motivated!