pascallouisperez / jsonmarshaller

JsonMarshaller is a Java 1.5 library that allows marshalling and unmarshalling of JSON objects to and from entities ("Java classes").
Apache License 2.0
1 stars 0 forks source link

Classes not mentionned in the sublcasses list should not need a no-arg ctor #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Supposing the hierarchy

@Entity(subclasses = Leaf) class Top {}
@Entity class Middle extends Top {}
@Entity class Leaf extends Middle {}

the JsonMarshaller should not fail if Middle has no no-arg constructor.

Original issue reported on code.google.com by pascallo...@gmail.com on 6 Aug 2009 at 10:18

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

Original comment by pascallo...@gmail.com on 7 Sep 2010 at 4:49