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
Add support for custom constructors so that library users are able to pass their own object constructors along with deconstruct and reconstruct functions
Experiment with storing object shapes in order to further reduce the size of the serisalised data (I have a use case where I serialise 10 almost identical objects but one small string deep inside changes, it would be great (but probably very hard) to reduce the redundancy here)
However, it looks like this project is no longer a priority for you. Are you willing to transfer this project to me so that I can take over and perform the changes I'd like to see?
If you disagree with the direction that I'd like to see this project take, that's fine. I can rewrite this in TS under a different name and credit your project for the excellent ideas it has.
I hope you have time to quickly respond. If I don't hear back from you, I'll just accept that this thing died and go my own way :)
The text was updated successfully, but these errors were encountered:
I have now implemented my own library from scratch. It uses a number of ideas from here, but also applies almost all of the above suggestions. Object shapes are missing so far, but everything seems to work well.
I also need to write a better README, it does not really explain anything yet. (Edit: done!)
This looks like an awesome lib that I'd love to use in one of my projects. However, there are a few things I'd like to see changed:
deconstruct
andreconstruct
functionsHowever, it looks like this project is no longer a priority for you. Are you willing to transfer this project to me so that I can take over and perform the changes I'd like to see?
If you disagree with the direction that I'd like to see this project take, that's fine. I can rewrite this in TS under a different name and credit your project for the excellent ideas it has.
I hope you have time to quickly respond. If I don't hear back from you, I'll just accept that this thing died and go my own way :)
The text was updated successfully, but these errors were encountered: