I'd like to serialize/deserialize my own javascript objects, but not within the context of a Web Service call - I want to put one of my serialized objects and put it into a cookie. I see how I can do this on the server side (using Microsoft.Web.Script.Serialization{}),
but I can't find how to do this client-side. How do I get direct access to the serialization/deserialization routines on the client side? I must be missing it in the docs..
buzzripper
Member
435 Points
87 Posts
JSON w/o Web Service?
Apr 13, 2006 06:17 PM|LINK
I'd like to serialize/deserialize my own javascript objects, but not within the context of a Web Service call - I want to put one of my serialized objects and put it into a cookie. I see how I can do this on the server side (using Microsoft.Web.Script.Serialization{}), but I can't find how to do this client-side. How do I get direct access to the serialization/deserialization routines on the client side? I must be missing it in the docs..
Thanks!
buzz