In MobileFirst Foundation 8.0, are there any hook points to add a custom JSON serialization for Java datatypes in Java adapters?
For example: Using a Date object in a pojo class, this gets serialized to a default format "2016-09-27T12:11:17.430Z". I need to serialize this only to show the date value, stripping off time related information.