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

Add support for pickling object #3

Open
badochov opened this issue Sep 15, 2022 · 2 comments
Open

Add support for pickling object #3

badochov opened this issue Sep 15, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@badochov
Copy link

Currently pickling go objects is not possible. I know that solving general case may be very hard but probably only supporting map, slice, string, int is good enough for most of the cases and possibly not that hard.

@matteo-grella matteo-grella added the enhancement New feature or request label Oct 2, 2022
@matteo-grella
Copy link
Member

@sbinet would you be interested to help on this?

@sbinet
Copy link
Collaborator

sbinet commented Nov 27, 2023

you mean, being able to marshal simple Go values into a python pickle ? (that is, the reverse of what gopickle can do right now: python->Go).

sounds interesting (we kind of already do parts of that in go-python/gpython) but the whole marshaling infrastructure has to be put in place.

I personally don't have a use case (at least, not right now), so the incentive (and maintenance burden thereafter) doesn't sound too good :}
sorry.

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

4 participants