Just so you know... I didn't create that benchmark tool. James Ward :p
On 5/30/07, brent_trx <[EMAIL PROTECTED]> wrote:
Very cool ... the one thing I'm not really understanding is that with the JSON deserialization process, a JS library is used? The JSON deserialization methodology I've used before is just tying into the AS3 JSON package from corelib. http://code.google.com/p/as3corelib/ JSON seems a bit more effecient if you're going to strongly type your responses. You'll have basic type information already laid out for you in the response, so recursive object graph traversal and type determination is somewhat of a non-issue. --- In [email protected] <flexcoders%40yahoogroups.com>, "Jerome Clarke" <[EMAIL PROTECTED]> wrote: > > you might find this useful > > benchmark - http://www.jamesward.org/census/ > > On 5/30/07, Marvin Froeder <[EMAIL PROTECTED]> wrote: > > > > Well... > > > > I had make the serialization works... > > > > Didnt trye deserialization.... lets see this URL before.... > > > > Another question... I had see something about the Flex+Json performance > > problem.... is that true? > > > > Was told me the parse from Json-XML to AS3 objects is too slow. Is that > > true? > > > > VELO > > > > On 5/30/07, brent_trx < [EMAIL PROTECTED]> wrote: > > > > > > Sorry for the double-post ... I actually have an example of this up > > > online, if anyone wants to check it out. I use Darron Schall's > > > ObjectTranslator to assist with strong-typing of deserialized > > > responses. I've since adopted it to JSON which is handling pretty > > > pimptasticly. > > > > > > http://booleanbetrayal.com/2007/05/18/httpservice-xmldecode-objecttranslator-and-rabidsquirrels/ > > > > > > > > > > > > > >

