Is it possible to include customs serializers? (JSON serializers)
19 views
Skip to first unread message
Angel Vargas
unread,
May 29, 2015, 12:58:14 PM5/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robo...@googlegroups.com
Hello everyone, I have a question, is there a way to include a custom serializer for JSON, this is because it seems that empty/null strings don't get serialized, so I can't send them in my request.
Nikola Keskinov
unread,
May 31, 2015, 1:45:45 PM5/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robo...@googlegroups.com
I guess you should check the specific JSON serialization library that you use with RoboSpice in order to achieve this. GSON and Jackson are the ones usually used throughout RoboSpice's exceptions.