EsotericSoftware/kryo

VersionedRecordSerializer?

Open

#884 geöffnet am 14. Feb. 2022

Auf GitHub ansehen
 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (816 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (6.052 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 46m) (5 gemergte PRs in 30 T)

Beschreibung

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