We use System.Text.Json for (de)serialization. More specifically, we use its source generation features for better performance.
-
The serialization settings are configured inside the SerializationConfiguration.cs file.
- This is where you will add your serializable types.
- You'll find a few adapters in the serialization folder to enable interop between different systems.
- There are also converters to help serialization of custom types.