Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6908513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:34:22+00:00 2026-05-27T08:34:22+00:00

We are having an IE8 nightmare with RPC services returning list with (more or

  • 0

We are having an IE8 nightmare with RPC services returning list with (more or less) 60 objects with 5 properties each. Though modern browsers do the job, IE8 just isn’t responsive enough.
There is even an open issue about this.

We are planning to change RPC for services that need to send large lists of objects, but we want to change the minimum amount of code possible on both server and client.

First Question: Will JSON deserialization run faster on IE8 for this scenario?

We love the easy RPC service stuff. We have our CustomRemoteService implementation, our CustomAsyncCallback implementation, our CustomRPCException implementation and so on. RF is quite a big change for us.

Second Question: Would using an RPC service which return a single JSON string and then deserializing it client-side could do the job?

Or can you recommend another approach?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:34:22+00:00Added an answer on May 27, 2026 at 8:34 am

    First Question: Will JSON deserialization run faster on IE8 for this scenario?

    It should run faster, because IE8 supports native JSON parsing (and in IE6 and 7, you can use an eval() which should still run faster than parsing the string by hand)
    But it highly depends what you do of the parsed objects: if you process it to reconstruct POJOs from it, you’ll probably lose all the JSON benefits; JS overlays on the other hand have zero overhead, but requires changing all your arrays or lists to JsArrays for instance, and dates cannot be easily encoded in JSON, they need additional marshalling/unmarshalling.

    Second Question: Would using an RPC service which return a single JSON string and then deserializing it client-side could do the job?

    If your JSON processing is lighter-weight than RPC deserialization, then yes. Parsing the response on the client-side is a simple eval() (yes, strangely it doesn’t use native JSON when available) and then lookups in the parsed object; what costs the most in RPC deserialization is to interpret the values to reconstruct objects; getting a string is just a lookup in an array, so it then depends what you do of that string later on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having an issue with jQuery validation not firing in IE8. All other browsers
I'm having a problem with the knockout-mapping plugin with IE8. Our situation is that
Having a heckuva time with this one, though I feel I'm missing something obvious.
Having problems with IE8... I have a button that onclick fires the showImageBrowser() function.
Having some trouble w/ IE7. IE8, Chrome, Firefox all work fine, but IE7 won't
Im having some trouble with jQuery's slideToggle function in IE8 for some reason the
i'm having trouble with modifying the location hash in IE8 for XP. simply calling:
We're having a problem getting Word documents to download in IE7/IE8 using window.open calls.
I'm having with some margin or padding issues with IE8 that I'm hoping someone
IE8 and below are having huge performance issues when it comes to searching a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.