Added Converters/Formatters for Serialization of Json/MessagePack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user