[jira] [Created] (IGNITE-12966) .NET: Use C# Source Generators for serialization

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12966) .NET: Use C# Source Generators for serialization

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-12966:
---------------------------------------

             Summary: .NET: Use C# Source Generators for serialization
                 Key: IGNITE-12966
                 URL: https://issues.apache.org/jira/browse/IGNITE-12966
             Project: Ignite
          Issue Type: New Feature
          Components: platforms
            Reporter: Pavel Tupitsyn
             Fix For: 3.0


C# Source Generators provide a way to replace reflection with compile-time code generation.
This can be very useful for Ignite serialization, compute invocations, and everything else where reflection is involved currently.

https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)