I am faced with a problem that gives me this error: A circular reference has been detected when serializing the object of class "App\Entity\User" (configured l
I have this API public ActionResult AddDocument([FromBody]AddDocumentRequestModel documentRequestModel) { AddDocumentStatus documentState =
I'm not a c++ expert but I've serialized things a couple of times in the past. Unfortunately this time I'm trying to serialize a class which contains an std::st
How do I serialize an object into query-string format? I can't seem to find an answer on google. Thanks. Here is the object I will serialize as an example. pu
How can i parse this json without class in c#. I don't know what to use either an array or anything else. This is the json result i want to be parsed { "s
I have a doubt if it is possible to serialize a collection of BsonDocument results as a JSON pair of key objects. For example, I attach a piece of code that cre