Squidgy
Implementing JsonConverter to simplify Ser/De
This doesn't necessarily answer your question since you specifically asked about JsonConverter.. But one way to go about it is to use a Dictionary, e.g. implement a method like this in your Snapshot class:
Then you can call it like this:
Perhaps the same approach could be used inside your SnapshotConverter
4 replies