https://github.com/aimenux/jsonpolymorphicdemo
Serialization and deserialization of polymorphic types
https://github.com/aimenux/jsonpolymorphicdemo
net80 polymorphic-types system-text-json
Last synced: 12 months ago
JSON representation
Serialization and deserialization of polymorphic types
- Host: GitHub
- URL: https://github.com/aimenux/jsonpolymorphicdemo
- Owner: aimenux
- License: mit
- Created: 2024-06-25T13:28:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T13:39:07.000Z (over 1 year ago)
- Last Synced: 2025-01-10T00:24:33.126Z (about 1 year ago)
- Topics: net80, polymorphic-types, system-text-json
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/JsonPolymorphicDemo/actions/workflows/ci.yml)
# JsonPolymorphicDemo
```
Serialization and deserialization of polymorphic types
```
In this demo, i m using [json attributes](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/polymorphism?pivots=dotnet-7-0) in order to support serialization and deserialization of polymorphic types.
>
**`Tools`** : net 8.0