EsotericSoftware/kryo

VersionedRecordSerializer?

Aberta

#884 aberto em 14 de fev. de 2022

 (11 comentários) (0 reação) (0 responsável)HTML (839 forks)batch import
feature requesthelp wanted

Métricas do repositório

Stars
 (6.545 estrelas)
Métricas de merge de PR
 (Mesclagem média 107d 5h) (9 fundiu PRs em 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.

Guia do colaborador