An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/JsonPolymorphicDemo/actions/workflows/ci.yml/badge.svg?branch=main)](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