-
Notifications
You must be signed in to change notification settings - Fork 111
Custom Marshallers
Pablo Pazos edited this page Jul 3, 2016
·
3 revisions
To customize the name, I might need to implement my own marshaller like:
Lists / Collections of X
http://mrhaki.blogspot.com.uy/2014/02/grails-goodness-customize-root-element.html
Marshalling and nulls
JSON and XML
https://jwicz.wordpress.com/2011/07/11/grails-custom-xml-marshaller/
Where to put custom marshallers
https://gist.github.com/ktuukkan/8753246
Converters source code