Skip to content

Allow Serialization based on session attribute name in Redis #359

Open
@rwinch

Description

@rwinch

This is a brain storm on how to handle #348 (comment)

For example, a org.springframework.core.convert.converter.Converter<Map<String,Object>,Map<byte[],byte[]>> could be used to prior to saving the delta. Then the we could provide a org.springframework.core.convert.converter.Converter<Map<byte[],byte[]>,Map<String,Object>> to convert back to the objects just after we load the data.

This would mean users could provide a mapping of session attribute name to the object rather than having to include class names in the serialization data.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions