Hi, there are certain fields in my POCO data class that I don’t want to serialize/deserialize so I made them private, but the Source Generator is still trying to index/scan them even though they have the [JsonIgnore] attribute.
I know this is an issue with earlier versions of the runtime, but has anyone tried using anything greater than version 6.0.0 of the System.Text.Json library? We’re on Unity 6000.0.67 using .NET Framework.
If not I guess my only option would be to write my own converter but I’d rather not