mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 04:07:42 +08:00
PL-8906 Support Kryo serialization by default in the next platform version
This commit is contained in:
parent
4a77a8d1f9
commit
194943370c
@ -58,6 +58,14 @@ public class UserSession implements Serializable {
|
|||||||
|
|
||||||
protected transient Map<String, Object> localAttributes;
|
protected transient Map<String, Object> localAttributes;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* INTERNAL
|
||||||
|
* Used only for kryo serialization
|
||||||
|
*/
|
||||||
|
public UserSession() {
|
||||||
|
localAttributes = new ConcurrentHashMap<>();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* INTERNAL
|
* INTERNAL
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user