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: about 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 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-16T21:56:59.000Z (2 months ago)
- Last Synced: 2026-04-16T23:20:28.017Z (2 months ago)
- Topics: auto-mapper, automapper, inheritance, inheritance-examples, json, json-serialization, json-serializer, poc, polymorphic, proof-of-concept, serializer
- Language: C#
- Homepage: https://guilherme.stracini.com/POC-dotnet-automapper-polymorphic/
- Size: 254 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
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)