vaadin / kubernetes-kit

Other
2 stars 2 forks source link

feat: improved session serialization debug tool #63

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Description

The tool now works only with --add-opens and extendedDebugInfo system property. Unserializable objects are replaced by null and restored during deserialization to avoid NPEs. Object with throwing toString are replaced with an object capable to serialize fields and regenerate the original object type on deserialization.

Fixes #45

Type of change

Checklist

Additional for Feature type of change

mcollovati commented 1 year ago

This draft PR is a placeholder for session serialization debug tool improvements. Code needs to be cleaned and simplified.