Posts by Ricardo Dalarme • 1 point
1 post
-
0
votes0
answers86
viewsQ: Problem when serializing an object
I’m trying to use serialization to transfer data between Server and Client. However, I am having trouble trying to deserialize a class that has a type List of another class, when the class to be…