I have a class (syncdetails -> implements ichangedataretriever) both on server and client side and I need to pass a syncdetails (changedataretriever) object from server to client, this is an 'out' object.
When deserializing this object that I received from the server I get the following error:
"Error while deserializing parameter [...] " some type was not expected...and then the error says I should add this to my config. But how does my client know that the object it has received has the same type of local syncdetails class.
Greets Daan