Skip to content

Refine RedisSerializer implementations #1097

Closed
@spring-projects-issues

Description

@spring-projects-issues

Markus Heiden opened DATAREDIS-521 and commented

Jackson2JsonRedisSerializer#serialize(Object) should be Jackson2JsonRedisSerializer#serialize(T). Jackson2JsonRedisSerializer implements RedisSerializer<T> which defines the method as serialize(T). I do not understand why this compiles at all.

The current state makes it impossible to overwrite the method


Affects: 1.7.1 (Hopper SR1)

Metadata

Metadata

Assignees

Labels

in: coreIssues in core supporttype: taskA general task

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions