feat: Added methods for serializing an XML array

This commit is contained in:
Chris Cameron
2019-12-13 12:21:41 -05:00
parent 7689ffc3c8
commit bbe596c116
2 changed files with 66 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added enum extensions for finding the inclusion and exclusion of enum flags
- Added DateTime extensions for adding years, months, days, hours, minutes and wrapping without modifying other values
- Added shims for deserializing an XML array using a callback for each item
- Added methods for serializing an XML array
## [10.2.0] - 2019-12-04
### Added