I have a ASP.NET 2.0 web application that uses Strongly-Typed DataSets heavily. I am using In-Proc for the state but want to move it to State Server. I know I have to serialize anything I store in sessions/cache from that point on, but what do I have to do with my Typed DataSets to make it work with the State Server?