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
It is a rather odd request but another project which I switched from FastUtil to Agrona serializes lists of IDs to the DB using standard Java serialization but that can't be done if one of the objects -IntArrayList in this case- is not Serializable
The text was updated successfully, but these errors were encountered:
Is only a marker interface, don't worry, everything is going to be OK.
It is a 10 years old code base so not much I can do unless I do things gradually :(
In the other hand, on the other project (Financial Industry) which is a green field project, everything is wonderful, Java serialization there is disabled, forever !!!
It is a rather odd request but another project which I switched from
FastUtil
toAgrona
serializes lists of IDs to the DB using standard Java serialization but that can't be done if one of the objects -IntArrayList
in this case- is notSerializable
The text was updated successfully, but these errors were encountered: