1
0

Added Converters/Formatters for Serialization of Json/MessagePack

This commit is contained in:
2022-08-04 22:34:14 +02:00
parent aeaeeb16c1
commit 1522c0cbc9
7 changed files with 340 additions and 1 deletions

View File

@@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://git.am-wd.de/AM.WD/common/compare/v1.7.0...master) - 0000-00-00
_nothing changed yet_
### Added
- Converters for `Newtonsoft.Json`
- `ByteArrayHexConverter` to get an byte array as hex string instead of Base64
- `IPAddressConverter` to make `System.Net.IPAdress`es (and list forms) serializable.
- Formatters for `MessagePack`
- `IPAddressFormatter` to serialize an `System.Net.IPAddress`
- `IPAddressArrayFormatter` to serialize arrays of `System.Net.IPAddress`es
- `IPAddressListFormatter` to serialize lists of `System.Net.IPAddress`es
## [v1.7.0](https://git.am-wd.de/AM.WD/common/compare/v1.6.1...v1.7.0) - 2022-07-24