diff --git a/README.md b/README.md index 82433f2..a57948f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ This repository contains the nuget package `MaLoIdentModels` which contains C# model classes with `System.Text.Json` attributes for the Marktlokation Identification API by EDI@Energy. +It (de)serializes model classes to 100% as required by EDI@Energy (this includes datetimes and enums), but provides you as a developer with strongly typed models instead of stringly typed properties that you'd have to deal with. if you used the offical OpenApi spec. + +All the JSON serialization settings come out of the box, no manual settings required as long as you use STJ. + ## Installation and Use Install it from nuget [MaLoIdentModels](https://www.nuget.org/packages/MaLoIdentModels):