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

get_str/parse_str methods for C native types #22

Closed
mario-tux opened this issue Aug 21, 2018 · 2 comments
Closed

get_str/parse_str methods for C native types #22

mario-tux opened this issue Aug 21, 2018 · 2 comments
Assignees

Comments

@mario-tux
Copy link

In a similar way as in report #16, I've found that the core base doesn't provide get_str/parse_str methods for native types. This is a pity as the containers provide them if the elements do.
I'm trying to use such methods to get a quick non-binary serialization of the containers. This would allow to send them as network messages.

@P-p-H-d P-p-H-d self-assigned this Aug 21, 2018
@P-p-H-d
Copy link
Owner

P-p-H-d commented Aug 21, 2018

I have implemented the method _get_str for C native types in master.
However, it has raised an issue when running the test suite as described in #23 . If you have some time, I would like to have your opinion on it as it will generate an API breakage.

EDIT: I have implemented the method _parse_str for C native types in master.

@mario-tux
Copy link
Author

Thank you!

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

No branches or pull requests

2 participants