You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/04/30 07:28:00 UTC

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

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)