1

Very straight forward question. As far as I can see from the MSDN page, it seems to be all about serialization and nothing to do with Web!

MSDN: ObjectStateFormatter Class

William Mioch
  • 917
  • 9
  • 21

1 Answers1

0

Simpy, it is quite tightly related to PageStatePersister and a few other web assets like Triplet (which I confess I've never heard of before).

You are right in that fundamentally that class has little directly to do with web, but I can see why it would be tempting to leave it with it's siblings (with which it is designed to be used). Ultimately, though.... meh. Naming stuff (and I'll include namespaces in that) is hard...

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900
  • I'd never heard of it either. Thanks for the interesting answer! Now I'll have to post a question about the Triplet class too. It's [here](http://stackoverflow.com/questions/5702396/what-is-the-triplet-class-used-for-is-it-related-to-tuples) – William Mioch Apr 18 '11 at 11:51