EsotericSoftware/kryo

VersionedRecordSerializer?

Open

#884 opened on Feb 14, 2022

View on GitHub
 (11 comments) (0 reactions) (0 assignees)HTML (816 forks)batch import
feature requesthelp wanted

Repository metrics

Stars
 (6,052 stars)
PR merge metrics
 (Avg merge 107d 5h) (9 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. I'm trying to serialize a Record that evolves - new components are being added to it.

Describe the solution you'd like Would it make sense to create a VersionedRecordSerializer akin to VersionedFieldSerializer with the same functionality, the @Since annotation?

Describe alternatives you've considered An obvious workaround is to use a traditional class instead of a record.

Contributor guide