We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a7f1b commit c60b5c3Copy full SHA for c60b5c3
src/main/java/org/springframework/data/redis/serializer/GenericJackson3JsonRedisSerializer.java
@@ -19,6 +19,7 @@
19
import tools.jackson.core.JsonGenerator;
20
import tools.jackson.core.JsonParser;
21
import tools.jackson.core.JsonToken;
22
+import tools.jackson.core.TreeNode;
23
import tools.jackson.core.Version;
24
import tools.jackson.databind.DefaultTyping;
25
import tools.jackson.databind.DeserializationConfig;
@@ -59,7 +60,6 @@
59
60
import org.springframework.util.StringUtils;
61
62
import com.fasterxml.jackson.annotation.JsonTypeInfo;
-import com.fasterxml.jackson.core.TreeNode;
63
64
/**
65
* Generic Jackson 3-based {@link RedisSerializer} that maps {@link Object objects} to and from {@literal JSON}.
0 commit comments