Giter VIP home page Giter VIP logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I meant HashMap key where key is userdefined not able to serialize properly.

Original comment by [email protected] on 5 Aug 2010 at 5:24

from google-gson.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Definitely a problem, but the solution isn't obvious.

Perhaps GSON should look at the conversion for the map's key type. If it 
converts to a primitive, then a GSON could emit an object. If it converts to 
another type, GSON could emit an array of pairs. For example, the customer 
above could be converted to this:
  [
    [{ "customerId": 1, "name": "John" },{"campaignId": 1532, "name": "25-2"}]
  ]
We could emit something more concise for say, a map with integer keys:
  { "5": "five", "6": "six" }

Original comment by limpbizkit on 27 Aug 2010 at 7:00

  • Changed state: Accepted

from google-gson.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Thanks for reply! Is it going to be fixed in GSON library soon?

Original comment by [email protected] on 27 Aug 2010 at 5:08

from google-gson.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
 [
    [{ "customerId": 1, "name": "John" },{"campaignId": 1532, "name": "25-2"}]
  ]

I'm not able to understand how to convert?

I've Hashmap<Customer, List<Campaign>>, in this case how do I put above one as 
a key?


Original comment by [email protected] on 27 Aug 2010 at 5:16

from google-gson.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I'm not sure about when it'll be fixed. In the interim you can work around the 
problem by writing a custom JsonSerializer.

Original comment by limpbizkit on 28 Aug 2010 at 2:13

from google-gson.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
This is basically a dupe of issue 210, which provides an example patch that 
solves this problem.

Original comment by [email protected] on 28 Aug 2010 at 6:40

from google-gson.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024

Original comment by limpbizkit on 28 Aug 2010 at 8:26

  • Changed state: Duplicate

from google-gson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.