EsotericSoftware/kryo

VersionedRecordSerializer?

Open

#884 aperta il 14 feb 2022

Vedi su GitHub
 (11 commenti) (0 reazioni) (0 assegnatari)HTML (816 fork)batch import
feature requesthelp wanted

Metriche repository

Star
 (6052 star)
Metriche merge PR
 (Merge medio 46m) (5 PR mergiate in 30 g)

Descrizione

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.

Guida contributor