A: 

I have seen this issue when using Hibernate and there is a proxy object in the field instead of the actual object. In hibernate you have to actually ask for the information on the server in order to retrieve it on the client.

darren102