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

  • Home
  • SEARCH
  • 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 8392779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:36:30+00:00 2026-06-09T19:36:30+00:00

To deserialise JSON string to a list of class, different ways listed at StackOverflow

  • 0

To deserialise JSON string to a list of class, different ways listed at StackOverflow question

Type 1 (docs link):

List<SomeClass> someClassList = mapper.readValue(jsonString, typeFactory.constructCollectionType(List.class, SomeClass.class));

Type 2 (docs link):

List<SomeClass> list = mapper.readValue(jsonString, new TypeReference<List<SomeClass>>() { });

Though both 2 types above do the job, what is the difference between these implementations ?

  • 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-09T19:36:32+00:00Added an answer on June 9, 2026 at 7:36 pm

    After constructing JavaType, both call same deserialization functionality, so the only difference is the way generic type is handled.

    Second one is fully static, so type must be known in compile type, and can not vary. So it is similar to using basic Class literal.

    First one is dynamic, so it can be used to construct things that vary regarding their parameterization.

    Personally I prefer first alternative for all cases (it avoids creation of one more anonymous inner classes), but second one may be more readable.

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

Sidebar

Related Questions

I have a json structure that looks something like this: list:[ { type:link, href:http://google.com
My Json string: jsonString ={GetStatusResult:[{CaseCompleteInd:N,CaseNbr:999999,InSurgeryNowInd:Y,InRoomNowInd:N}]}; My classes: public class GetStatusResult { public List<CaseModel> caseDetails
I am trying to deserialize a JSON string into a class instance in Haxe.
I like to use GSON to deserialize the following JSON String. { type: FeatureCollection,
I have the following C# helper class which retrieves a Json String from a
I have a problem Deserialising a JSON string to a List the TCProject is
I am trying to deserialize a JSON string that looks like so: {'type':'clientlist','client_list':[]} I
I have a JSON-string with a fixed number of arrays of different objects (created
Hi I need parse and deserialize pseudo JSON string. Input data: {aBubbleData[ 'jaja2581' ]={
I'm new with JSON.NET and I'm trying to deserialize a JSON string to 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.