You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we use reflection during runtime to serialize objects in serix.
This affects the performance negatively and it's hard to check if we serialize all different types properly.
We should investigate if there is a way to use code generation instead.
The text was updated successfully, but these errors were encountered:
Right now, we use reflection during runtime to serialize objects in serix.
This affects the performance negatively and it's hard to check if we serialize all different types properly.
We should investigate if there is a way to use code generation instead.
The text was updated successfully, but these errors were encountered: