Antonio Maria Sanchez Berrocal
Antonio Maria Sanchez Berrocal
# Description Use state serializer content type when saving dapr states. ## Issue reference Please reference the issue this PR will close: https://github.com/dapr/java-sdk/issues/1031 ## Checklist Please make sure you've completed...
## Expected Behavior After calling `client.saveStore(..)` with some arbitrary state like in [StateClient.java](https://github.com/dapr/java-sdk/blob/master/examples/src/main/java/io/dapr/examples/state/StateClient.java) example. I would like that state stored should look like this using MongoDb:  ## Actual Behavior...