Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.0-beta1
-
Docs Required, Release Notes Required
Description
Currently, .NET thin client relies on reflection to emit serialization/deserialization code. This approach is very flexible and user-friendly, but does not work with Native AOT, which is getting increasingly popular.
Provide an additional serialization mechanism based on Source Generators that does not require reflection.
The difficult part is that we don't know the table schema at compile time.
Attachments
Issue Links
- relates to
-
IGNITE-20584 .NET: Thin 3.0: Interfaces for manual, reflection-free serialization (AOT friendly)
- Open
- links to