jsonmarshaller


ID Status Summary
45 Accepted Allow marshalling anonymous subclasses of polymorphic @Entity subclasses
44 New AccessControlException when used in applets
43 New Support for Class<?>
42 WontFix Ambiguous strings break Json#fromString
41 Accepted @JsonType(MyCoolType.java)
40 New Non-static inner class JsonType throws cryptic exception
39 Fixed Disallow @Value on non @Entity classes
38 Fixed Public empty constructor throws exception during marshalling
37 Fixed wiki has spelling error
36 WontFix Marshalling and unmarshalling of references
35 New Add support for Collection/Map of objects with custom type converter for the Object (and not for Collection/Map)
34 WontFix Rename Json.String and Json.Object
33 Fixed Add Json.Value.toString
32 Fixed Outdate ASM dependencies
31 Fixed Streaming support for unmarshallList (feature request)
30 New Map<Entity, Entity> and Map<Entity, String > should be marshallable.
29 Duplicate Need to optionally specify type of elements of collections
28 WontFix marshalling defined for class should also work with collection of that class by only defining the annotation
27 Accepted Exception not properly bubbled when using getter/setter
26 Fixed Support top-level marshalling of Java Number, String, and Boolean types Type-Enhancement Priority-Medium
25 New class loading presents problems with custom classloaders
24 New Deploy to Maven repository
23 Accepted Classes not mentionned in the sublcasses list should not need a no-arg ctor
22 Fixed byte (and Byte) are not valid for @Entity
21 Fixed unexpected leaf when unmarshalling polymorphic entity
20 Accepted Marshalling strategies instead of options
19 Accepted scale and rounding for numerical types support on @Value Type-Enhancement
18 Duplicate JSON basic type Type-Defect Priority-Medium
17 Fixed enum type support Type-Enhancement Priority-Medium
16 WontFix De-serializing to java fails on toString(2) Type-Defect Priority-Medium
15 Fixed Can't create an @Value for getter for the same name as an ivar @Value Type-Defect Priority-Medium
14 Fixed ClassCastException when unmarshalling a Boolean that is null Type-Defect Priority-Medium
13 WontFix How do you represent a JSON Object which contains an array of JSONArrays ? Type-Defect Priority-Medium
12 Fixed primitive array issue Type-Defect Priority-Medium
11 Fixed Setter with a special name collides with getter Type-Defect Priority-Medium
10 Fixed Nested Generics seem to throw IllegalStateException. Type-Defect Priority-Medium
9 WontFix Need ability to mark entities as "value objects" so you don't get "cyclicity detected" exception when marshalling with cyclic set to false Type-Defect Priority-Medium
8 Fixed SortedSet in entities Type-Defect Priority-Medium
7 Fixed Registering types Type-Defect Priority-Medium
6 Fixed Support marshalling of Collection and Map as top-level entities Type-Enhancement Priority-Medium
5 Accepted Annotated entities should be allowed Type-Defect Priority-Medium
4 Accepted Marshall only entities should not need a no-arg constructor Type-Defect Priority-Medium
3 Accepted Annotate with @Value non getters (setters) Type-Enhancement Priority-Medium
2 Fixed Remove dependency on ASM Type-Defect Priority-Medium
1 Duplicate Top level entity does not need to have a no argument constructor Type-Defect Priority-Medium