EsotericSoftware/kryo

VersionedRecordSerializer?

开放

#884 创建于 2022年2月14日

 (11 条评论) (0 个反应) (0 位负责人)HTML (839 个派生)batch import
feature requesthelp wanted

仓库指标

星标
 (6,545 个星标)
PR 合并指标
 (平均合并 107天 5小时) (30 天内合并 9 个 PR)

描述

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.

贡献者指南