Thomas Levesque 12/7/2020

C# 9 records as strongly-typed ids - Part 3: JSON serialization

Read Original

This technical article details solving JSON serialization issues for C# 9 record-based strongly-typed IDs. It demonstrates creating a custom JsonConverter and a JsonConverterFactory for System.Text.Json to serialize IDs as primitive values instead of nested objects, providing code examples for implementation.

C# 9 records as strongly-typed ids - Part 3: JSON serialization

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week