Commit Graph

19 Commits

Author SHA1 Message Date
mracsko
391d2a0355 #139 Adding documentation for skip_serializing 2022-04-07 12:28:47 +02:00
Amy Keibler
14dcfc43d7 Add "skip_serializing" attribute
If it is present on a field, that field should not be included in the output
If both "skip_serializing" and "skip_serializing_if" are present,
"skip_serializing" should take precedent.
2022-01-06 11:26:32 -05:00
Marc-Antoine Arnaud
63c28f4ab8 update travis link (use now .com) 2021-02-08 12:03:29 +01:00
Marc-Antoine Arnaud
92cdc838e8 bump to 0.3.13 2020-02-25 15:34:44 +01:00
Dmitry Samoylov
c58fee0df1 Update readme 2020-02-06 15:55:38 +07:00
Marc-Antoine ARNAUD
3e84b322c9
Update README.md 2020-01-08 12:23:37 +01:00
Marc-Antoine Arnaud
28c13f5861 skip serialization if value equals to default 2018-12-07 10:21:59 +01:00
Marc-Antoine Arnaud
0f3c2f8377 update README 2018-05-30 11:25:30 +02:00
Marc-Antoine Arnaud
73e20edc8f update README 2018-05-29 16:20:52 +02:00
Marc-Antoine ARNAUD
a02d78b671
Update README.md 2018-05-24 09:54:41 +02:00
Marc-Antoine ARNAUD
80a6607f47
Update README.md 2018-05-24 09:53:58 +02:00
Marc-Antoine Arnaud
c50b1aa4a8 add feature flatten 2018-05-23 21:57:42 +02:00
Marc-Antoine Arnaud
6e7b2dd708 update README with supported typed content 2018-05-23 17:55:33 +02:00
Marc-Antoine Arnaud
22e5e039eb add badges on README 2018-05-23 17:55:15 +02:00
Marc-Antoine Arnaud
455ba9aa43 update README 2018-05-13 17:45:23 +02:00
Marc-Antoine Arnaud
d6e7a07cc2 describe custom de/ser-ializer 2018-05-13 10:12:01 +02:00
Marc-Antoine Arnaud
9c274da9be update README 2018-05-13 10:01:02 +02:00
Marc-Antoine Arnaud
0540b127bd refactoring code to better support 2018-05-13 09:51:28 +02:00
Marc-Antoine ARNAUD
f948bbcd29
Initial commit 2018-04-09 19:00:25 +02:00