Remoting a Class

  • Thread starter Thread starter Ian Frawley
  • Start date Start date
I

Ian Frawley

Hi everyone

Any one managed to use properties when remoting i.e. Have a class thats
marshallbyref that returns a class that contains properties and enums.
Everytime I do this it just seems to expose the private member variables.

Cheers

--
"Life should NOT be a journey to the grave
with the intention of arriving safely in an
attractive and well preserved body,
but rather to skid in sideways,
chocolate in one hand, beer in the other,
body thoroughly used up,
totally worn out and screaming
WOO HOO what a ride!"
 
Hi Ian,

Safety first - have you marked the class being returned as [Serializable] ?
 
Back
Top