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
It's pretty common case that we need to specify another parameters for Gson INSTANCE - for example, field naming policy. The decision for now is to define our own JsonSupport implementation and specify Gson as we need it. But it seems to me that it can be more easy to support this feature in nakadi-java: provide your own Gson object or parameters to create Gson objectn during creation of NakadiClient.
The text was updated successfully, but these errors were encountered:
The default JsonSupport comes with GsonSupport class with predefined configuration:
It's pretty common case that we need to specify another parameters for Gson INSTANCE - for example, field naming policy. The decision for now is to define our own JsonSupport implementation and specify Gson as we need it. But it seems to me that it can be more easy to support this feature in nakadi-java: provide your own Gson object or parameters to create Gson objectn during creation of NakadiClient.
The text was updated successfully, but these errors were encountered: