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
Since we are using ObjectMapper for JSON de/serialization we should provide a way for Bastion users to configure the ObjectMapper we use for Bastion; ideally through Bastion.config().
Therefore we should also make sure that we use the same instance of ObjectMapper whenever we de/serialize.
I think we can have Bastion.config().objectMapper() provide an instance which can be configured.
The text was updated successfully, but these errors were encountered:
There are some left overs of Google's GSON in the code. For anyone tackling this task, it would be great if we remove any references to Google GSON and use Jackson's ObjectMapper instead.
Since we are using
ObjectMapper
for JSON de/serialization we should provide a way for Bastion users to configure theObjectMapper
we use for Bastion; ideally throughBastion.config()
.Therefore we should also make sure that we use the same instance of
ObjectMapper
whenever we de/serialize.I think we can have
Bastion.config().objectMapper()
provide an instance which can be configured.The text was updated successfully, but these errors were encountered: