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
Apparently, it can happen that a value that clearly is present in the SimulationResult can not be retrieved, if it is a custom type. I assume the JVM sees those types as different if loaded by different classloaders and refuses the cast.
I don't think there is any workaround for this (except insisting custom types can be serialised), but it would probably be a good idea to document this behaviour somewhere.
The text was updated successfully, but these errors were encountered:
Apparently, it can happen that a value that clearly is present in the
SimulationResult
can not be retrieved, if it is a custom type. I assume the JVM sees those types as different if loaded by different classloaders and refuses the cast.I don't think there is any workaround for this (except insisting custom types can be serialised), but it would probably be a good idea to document this behaviour somewhere.
The text was updated successfully, but these errors were encountered: