discomarathon / google-gson

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

createInstance before deserialize #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, only a cuestion:

Why call createInstance before deserialize?
In deserialize I'm need make new MyObj but before in createInstance already
i'am make new MyObj.

Thanks

Original issue reported on code.google.com by inad...@gmail.com on 12 Nov 2008 at 11:54

GoogleCodeExporter commented 9 years ago
This is a valid issue although it doesnt really have an impact on the users 
since the 
first instance gets thrown away. We should fix this by writing a ClassNavigator 
instead of ObjectNavigator that is used for the deserialization. This is not a 
high 
priority bug though, unless you convince us of otherwise. 

Original comment by inder123 on 13 Nov 2008 at 1:43

GoogleCodeExporter commented 9 years ago
Medium or less
Thanks

Original comment by inad...@gmail.com on 13 Nov 2008 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by joel.leitch@gmail.com on 19 Nov 2008 at 1:20

GoogleCodeExporter commented 9 years ago
Fix submitted in r311.

Original comment by joel.leitch@gmail.com on 25 Nov 2008 at 6:58

GoogleCodeExporter commented 9 years ago
Issue 78 has been merged into this issue.

Original comment by joel.leitch@gmail.com on 13 Dec 2008 at 8:51