>>1) WDDX packet serialized at server

2) WDDX packet deserialized at client

3) WDDX packet serialized at client

4) WDDX packet deserialized a Server

Where, above, does this lc conversion occur (could be multiple)?

3 and 4, I didn't try 1 & 2.
with WDDX packet serialized at client however, there is an undocumented property of the wddxSerializer object which allows to deactivate the lower case function.
But I haven't find any in the <CFWDDX tag for the server part.
I solved this problem by using only lower case variables names.
But the other issue is the ridiculous amout of text generated by the WDDX format.
What I'm doing:
1. create a data structure in clent _javascript_,
2. serialize it and send it as text in a hidden field back to the server,
3. the server stores it in the database.
later : the server can read it back, deserialize it, regenerate the data structure in _javascript_ and send it to the client.

But the WDDX structure need more than 64k .
So I tried to deserialize before storing in the database, it is about 3 times smaller, but stil too large.
I finally manage to generate my own compact _javascript_ code to recreate the structure directly from client and it takes now about 2k, much more reasonable.
Works fine.

Thanks for the help.

--
_______________________________________
See some cool custom tags here:
http://www.contentbox.com/claude/customtags/tagstore.cfm
Please send any spam to this address: [EMAIL PROTECTED]
Thanks.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to