# TODO
- [d] Refactor
- [x] serialise.c/h -> marshall.c/h
- [ ] deserialize.c/h -> marshall_read.c/h
- [x] s_serialize -> s_marshall
- [d] Marshall (write)
- [x] signed/unsigned
- [ ] str
- [d] pointers
- [ ] tuple
- [ ] autres types ...
- [d] tag
- [d] marshall_read
- [x] signed/unsigned
- [ ] str
- [ ] pointers
- [ ] tag
- [ ] tuple
- [ ] ...