aeruhxi
01/16/2018, 10:44 AMinstall(ContentNegotiation) {
gson {
setDateFormat(DateFormat.LONG)
excludeFieldsWithoutExposeAnnotation()
}
}
Even with excludeFieldsWithoutExposeAnnotation
, it is serializing fields without Expose. Am I missing something?orangy
aeruhxi
01/17/2018, 2:17 AMcall.respond(Model(/*data*/))