You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible, it would be nice if the serialization ordering matched the schema definition. At present there is no such guarantee when serializing POJOs to JSON.
Should be quite straight-forward using the [http://jackson.codehaus.org/1.6.5/javadoc/org/codehaus/jackson/annotate/JsonPropertyOrder.html @JsonPropertyOrder] annotation.
Original author: joelittl...@gmail.com (June 09, 2011 17:08:48)
If possible, it would be nice if the serialization ordering matched the schema definition. At present there is no such guarantee when serializing POJOs to JSON.
Should be quite straight-forward using the [http://jackson.codehaus.org/1.6.5/javadoc/org/codehaus/jackson/annotate/JsonPropertyOrder.html @JsonPropertyOrder] annotation.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=27
The text was updated successfully, but these errors were encountered: