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

SortedSet in entities #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The entity

@Entity
class Foo {

  @Value
  SortedSet<Bar> bar;

}

cannot be unmarshalled as the library assigns HashSet.

Original issue reported on code.google.com by pascallo...@gmail.com on 4 Mar 2008 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by pascallo...@gmail.com on 1 Apr 2008 at 7:28

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/jsonmarshaller/source/detail?r=14

Original comment by pascallo...@gmail.com on 1 Apr 2008 at 7:29

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/jsonmarshaller/source/detail?r=14

Original comment by pascallo...@gmail.com on 14 Dec 2008 at 6:23

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

Original comment by pascallo...@gmail.com on 14 Dec 2008 at 6:24