XML Serialize w/ GetObjectData (HttpCookieCollection)

  • Thread starter Thread starter Miloush
  • Start date Start date
M

Miloush

Hi,
I am trying to serialize Request.Cookies collection. This couldn't be
normally done, because its default accessor is decorated with declarative
security permission attributes.
The only thing I found is that this object implements GetObjectData, but I
can not manage to use it.

Could anybody help me serializing into Xml?
Miloush
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top