Serializing and deserializing data - JavaScript
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-04-11T16:17:52Z
Indexed on
2010/04/11
16:23 UTC
Read the original article
Hit count: 182
JavaScript
|serialization
Hi folks,
I need to perform a lot of serializing and de-serializing in an application.
The data is POST parameters and Cookie headers.
Does anyone have any fast libraries to suggest or efficient ways to perform these operations?
© Stack Overflow or respective owner