Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate generic encoding #262

Open
Chuckame opened this issue Sep 20, 2024 · 0 comments
Open

Deprecate generic encoding #262

Chuckame opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chuckame
Copy link
Contributor

Encoding to generic data and decoding from generic data is quite complex to maintain as it replicates anything from the direct encoding, plus some specificities. It is more a converter than a real serialization.

But, it is still needed as some common libraries are using generic records and so on (like #218).

Let's already deprecate this part to enforce users to notify their specific needs.

Final goal: simplify the library, while keeping good performances.

@Chuckame Chuckame added the enhancement New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant