I recently moved a project I am working on over to a JSON document based backend. Serialization on the backend works just fine, all data objects are uploaded successfully, but on download, when I attempt to deserialize using Newtonsoft's JsonConvert.DeserializeObject, my app crashes with no exception or indication that anything is going awry. I am currently building Profile 78 on an android device where the crash is occurring.
↧