refactor: Reducing redundant code by moving json serialization/deserialization features into abstract converter

This commit is contained in:
Chris Cameron
2018-04-20 17:30:49 -04:00
parent f8d189564a
commit 3876c0470f
2 changed files with 76 additions and 2 deletions

View File

@@ -7,4 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Adding extension method for getting Informational Version from an Assembly
### Changed
- JSON serialization/deserialization features moved into base converter