M
Mark Itzcovitz
I have a web method that returns a struct, and all the fields in the struct,
which are marked as public, get nicely serialized to xml. However, what I
really want is the fields to be private so the struct can only be treated as
a "black box". From everything I have read it seems that there is no way of
having anything other than public fields automatically serialized. Can
anyone tell me if I'm missing something?
Thanks,
Mark
which are marked as public, get nicely serialized to xml. However, what I
really want is the fields to be private so the struct can only be treated as
a "black box". From everything I have read it seems that there is no way of
having anything other than public fields automatically serialized. Can
anyone tell me if I'm missing something?
Thanks,
Mark