Skip to content
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

Open
pierrelambert opened this issue Oct 29, 2020 · 1 comment · May be fixed by #92
Open

ResultSet should be serializable #89

pierrelambert opened this issue Oct 29, 2020 · 1 comment · May be fixed by #92
Assignees

Comments

@pierrelambert
Copy link

No description provided.

@pierrelambert
Copy link
Author

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\“])”

pierrelambert added a commit to pierrelambert/JRedisGraph that referenced this issue Nov 8, 2020
pierrelambert added a commit to pierrelambert/JRedisGraph that referenced this issue Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants