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
 
Back
Top