3
Could not read JSON: Cannot construct instance of reactor.core.publisher.MonoCacheTime (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
 at [Source: (byte[])"{"@class":"reactor.core.publisher.MonoCacheTime","scanAvailable":true}"; line: 1, column: 50]
This error occured while implementing Reactive Redis. The value is stored in the redis but could not deserialize it. The value stored in redis as: {"@class":"reactor.core.publisher.MonoCacheTime","scanAvailable":true}

I am using spring annotation @Cachable for the operation

I have tried using custom serializer/deserializer but it also didnot work.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.