[Solved] Blazor WebAPI to Client deserialization exception (PocoJsonSerializerStrategy)

Don’t know if it is that, but my experience with Blazor 0.7, still working on application for master thesis, is that you can’t neither send or receive nested object at once. I have Person in my database and that Person has some stores, so entity maps it in object similar to this one Person{ id:int, … Read more