RESOLVED INVALID 57629
[WK2] Add encoding/decoding support for basic data types in WK API
https://bugs.webkit.org/show_bug.cgi?id=57629
Summary [WK2] Add encoding/decoding support for basic data types in WK API
Chang Shu
Reported 2011-04-01 07:20:23 PDT
I am thinking adding some WK API for encoding/decoding basic data types like: WKArgumentDecoderRef WKCreateArgumentDecoder(const unsigned char* data, size_t length); bool WKDecodeUInt32(WKArgumentDecoderRef argumentDecoderRef, uint32_t& value); I did this in the patch for bug 57515. But it may be better to separate the effort of decoding in this bug. Any comments? Thanks,
Attachments
Chang Shu
Comment 1 2011-04-18 06:00:11 PDT
WKArray and WKDictionary is the way to go. Thus close this bug.
Note You need to log in before you can comment on or make changes to this bug.