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

Serialization Library #1499

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

christianitis
Copy link

@christianitis christianitis commented Apr 22, 2022

This is an experimental API to serialize DAO objects and ResultRows to JSON objects. Obviously not production-ready, but I'd like to gauge interest to see if it is worth pursuing this further.

Needless to say, there's much more work to be done, but I'd like to see if this is something that will be useful before I go full time on this. Future plans include:

  • Automatic de/serialization to and from interfaces and classes (hugely useful for multiplatform/web applications), without the need for boilerplate code to implement it
  • Performance enhancements (obviously)
  • Allow developers to specify limits to reference column recursion (depth)

Please let me know if I should keep working on this. Thanks.

@BierDav
Copy link

BierDav commented Aug 13, 2023

What about developing fitting Converters for kotlinx.serialization?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants