❔ 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
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
Thanks!!!!
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.