mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 14:08:40 +00:00
now with the roles collection being initialized lazily, writeObject may occur before getRolesInternal() has been called and the de-serialized roleListForSerialization collection has been converted into the roles set. Then, onward transitive serialization will try to serialize a null roles set which (fortunately) fails.