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 8913547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:29:24+00:00 2026-06-15T04:29:24+00:00

I am sending my array of arrays from the client to the server. Using

  • 0

I am sending my array of arrays from the client to the server. Using jQuery ajax method after stringify like this

JSON.stringify({ list: FinalList })

and on the server side I am getting it like this

{\"list\":[[\"Full Name\"],[\"Select any one\",\"Option 1\",\"Option 2\",\"Option 3\"],[\"address\"],[\"contact name\"]]}

But I am not able to change it to the original form again. I tried using JavaScriptSerializer but I was not able to get the required result. It’s giving me an object.

How I will deserialize it to it’s original form?

  • 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-06-15T04:29:25+00:00Added an answer on June 15, 2026 at 4:29 am

    The Deserialize< T >(String) method in JavaScriptSerializer requires a Type parameter, which tells it which type to deserialize to.

    You must have a class which has the same structure as your javascript object (has a List or Array property which name is “list”), like MyType. Then use Deserialize< MyType >(text) to get the correct MyType instance.

    And the MyType class should be like this:

    public class MyType
    {
        public IList<string[]> List { get; set; }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sending XML from C# Server and receiving it it in Android Java client This
I'm using websockets to send data from the server to the client. This works
Currently, the client is sending messages like this: Public Function checkMD5(ByVal userID As Integer,
I got this from a Soap client request: Exception: SoapFault exception: [soap:Client] Server was
I'm having an issue sending an array from the backend js to the client
I am trying to post an array of objects from jQuery/Javascript client script to
I have a problem sending JSON Array to Servle t from Android. But I
Hello I'm having problems sending arrays, structs and arrays of structs from PHP to
I'm creating simple Socket server. Flex application will be client for this server. On
I am trying to implement a Client/Server model using TCpClient , with its Networkstream.Write()/Read()

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.