https://github.com/guilhermestracini/poc-dotnet-automapper-polymorphic
🔬 Proof of Concept of Auto Mapper inheritance (polymorphic) and JSON serialization
https://github.com/guilhermestracini/poc-dotnet-automapper-polymorphic
auto-mapper automapper inheritance inheritance-examples json json-serialization json-serializer poc polymorphic proof-of-concept serializer
Last synced: 2 months ago
JSON representation
🔬 Proof of Concept of Auto Mapper inheritance (polymorphic) and JSON serialization
- Host: GitHub
- URL: https://github.com/guilhermestracini/poc-dotnet-automapper-polymorphic
- Owner: GuilhermeStracini
- License: mit
- Created: 2024-01-25T12:58:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T20:32:14.000Z (3 months ago)
- Last Synced: 2025-03-17T21:26:33.632Z (3 months ago)
- Topics: auto-mapper, automapper, inheritance, inheritance-examples, json, json-serialization, json-serializer, poc, polymorphic, proof-of-concept, serializer
- Language: C#
- Homepage: https://guilhermestracini.github.io/POC-dotnet-automapper-polymorphic/
- Size: 166 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoC .NET - AutoMapper Polymorphic
[](https://wakatime.com/badge/github/GuilhermeStracini/POC-dotnet-automapper-polymorphic)
[](https://codeclimate.com/github/GuilhermeStracini/POC-dotnet-automapper-polymorphic/maintainability)
[](https://codeclimate.com/github/GuilhermeStracini/POC-dotnet-automapper-polymorphic/test_coverage)
[](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-dotnet-automapper-polymorphic)
[](https://github.com/GuilhermeStracini/POC-dotnet-automapper-polymorphic)
[](https://github.com/GuilhermeStracini/POC-dotnet-automapper-polymorphic)🔬 Proof of Concept of Auto Mapper inheritance (polymorphic) and JSON serialization
---
## Useful links
- [AutoMapper - Mapping Inheritance](https://docs.automapper.org/en/stable/Mapping-inheritance.html)
- [How to serialize properties of derived classes with System.Text.Json](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/polymorphism?pivots=dotnet-8-0)