#139 Adding documentation for skip_serializing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user