Changes between Initial Version and Version 1 of JSSerialization


Ignore:
Timestamp:
Feb 23, 2008, 4:19:00 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSSerialization

    v1 v1  
     1= JSSerialization: Functions for (de)serialization of jsvals =
     2Implements the ISerializable interface; see there. (TODO: link)
     3
     4note: code is marked "WIP, not yet functional" (seen 2005-07-19)
     5
     6In addition to ISerializable, the following operations are available:
     7 * After a Deserialize() call, the class may be cast to jsval or CStr and the deserialized data will be converted and returned as such.