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

sérialisation / désérialisation helper::list et helper::map #10

Open
thomas-lemaire opened this issue Jul 19, 2017 · 2 comments
Open

Comments

@thomas-lemaire
Copy link

Dans la veine de la PR #9 la sérialisation / désérialisation de helper::list et helper::map peut être modifié pour avoir une chaîne robuste :

  • helper::list comme helper::vector avec des [,]
  • helper::map ala json/python dict avec {key1: value1, key2: value2,...}

à discuter...


Suggested labels:

@matthieu-nesme
Copy link
Member

@thomas-lemaire Tu l'as déjà fait pour helper::pair, c'est bien ca ?

Il y a aussi helper::deque et helper::set.

Si on fait une désérialisation qui fonctionne à la fois sur l'ancienne sérialisation et sur la nouvelle (comme on a fait pour les vecteurs), et qu'on change la sérialisation, je crois que ce serait une bonne chose, le cassage de code serait assez minime je crois.

@thomas-lemaire tu te sens de le faire ?

@thomas-lemaire
Copy link
Author

thomas-lemaire commented Sep 18, 2017 via email

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