C
C#15mo ago
44

❔ Newtonsoft json own read write method

Hi there I want to serialized my struct to a json file and add support so specific types / field use my own method so these get serialized using a string and later de serialized using the same string so I can use a find method for this string. Does anyone know a way of doing this? Thanks!
3 Replies
Doombox
Doombox15mo ago
https://www.newtonsoft.com/json/help/html/CustomJsonConverterGeneric.htm doesn't really show you the nuts and bolts of it though, just that it's possible
44
4415mo ago
Thanks!!!!
Accord
Accord15mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.