The Entity Framework Core 7 release saw the addition support for storing entities in a JSON format, without having to use serializers. This can be useful for a variety of situations, especially when data will only be retrieved as a single set.
The Exception
While using this feature I recently,