B
bbenham
I want my web service to return an actual object to the caller. I assume that my object must somehow be serializable, but not sure. What do I need to do here? Could use an XMLSerializer to serialize my object, but not sure.