mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
PL-8906 Support Kryo serialization by default in the next platform version
This commit is contained in:
parent
c9ba824a99
commit
ef22275591
@ -44,7 +44,7 @@ public class SerializationSupport {
|
|||||||
format("Could not create an instance of serialization class [%s]", serializationClassStr));
|
format("Could not create an instance of serialization class [%s]", serializationClassStr));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
serialization = new StandardSerialization();
|
serialization = new KryoSerialization();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user