vaadin / kubernetes-kit

Other
3 stars 3 forks source link

feat: inspect and inject transient fields on serialization #27

Closed mcollovati closed 1 year ago

mcollovati commented 2 years ago

Description

During serialization, classes are inspected for transient field referencing injectable components. The information is serialized along with the current session attributes, and retrieved during deserialization to inject instances again into the transient fields.

Class inspection can be restricted to filtering by package name, setting 'vaadin.serialization.include-packages' and 'vaadin.serialization.exclude-packages'.

Fixes #26

Type of change

Checklist

Additional for Feature type of change