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!
4 replies