1 JSSerialization
trac edited this page 2008-02-23 03:19:00 +00:00

JSSerialization: Functions for (de)serialization of jsvals

Implements the ISerializable interface; see there. (TODO: link)

note: code is marked "WIP, not yet functional" (seen 2005-07-19)

In addition to ISerializable, the following operations are available:

  • After a Deserialize() call, the class may be cast to jsval or CStr and the deserialized data will be converted and returned as such.