michalkawiak / gwtprojsonserializer

Automatically exported from code.google.com/p/gwtprojsonserializer
0 stars 0 forks source link

Unable to serialize arrays to JSON #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a class with a member that is an Array of another JsonSerializable 
class
2. Serialize that class to JSON
3. Try to deserialize the same class

What is the expected output? What do you see instead?
When the same class is deserialized the array is null (assuming that is 
initialized with null).

What version of the product are you using? On what operating system?
gwtprojsonserializer-1.0.2 on Mac OSX

Please provide any additional information below.

Original issue reported on code.google.com by guilherm...@gmail.com on 20 Oct 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Hello

If you've dug a bit into the code, can you provide a patch?

Thanks

Original comment by goo...@alishomepage.com on 31 Oct 2010 at 1:09

GoogleCodeExporter commented 9 years ago
Sorry, but I didn't :(
I've have coded a turn around using an ArrayList.

Original comment by guilherm...@gmail.com on 31 Oct 2010 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by goo...@alishomepage.com on 27 Mar 2011 at 3:56