#139 Adding documentation for skip_serializing

This commit is contained in:
mracsko
2022-04-07 12:28:47 +02:00
parent 427bab7e34
commit 391d2a0355
2 changed files with 141 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ This library will support XML de/ser-ializing with all specific features.
- [x] **namespace**: defines the namespace of the field
- [x] **rename**: be able to rename a field
- [x] **root**: rename the based element. Used only at the XML root.
- [x] **skip_serializing**: Exclude this field from the serialized output
- [x] **skip_serializing_if**: Skip the serialisation for this field if the condition is true
- [x] **skip_serializing**: Exclude this field from the serialized output. [More details...](doc/skip_serializing.md)
- [x] **skip_serializing_if**: Skip the serialisation for this field if the condition is true. [More details...](doc/skip_serializing.md)
- [x] **text**: this field match to the text content
## Custom De/Ser-rializer