-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResultSet should be serializable #89
Comments
Using spring-boot exposing a service to retrieve a cipher query result using ResultSet RedisGraph.query(String graphId, String query). Exposed a Rest API to execute this service but receive : “Type definition error: [simple type, class com.redislabs.redisgraph.impl.resultset.StatisticsImpl]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.redislabs.redisgraph.impl.resultset.StatisticsImpl and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.redislabs.redisgraph.impl.resultset.ResultSetImpl[\“statistics\“])” |
…dencies and test for serialization - issue RedisGraph#89
…dencies and test for serialization - issue RedisGraph#89
No description provided.
The text was updated successfully, but these errors were encountered: