You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aorg.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.
The text was updated successfully, but these errors were encountered: