google / google/built_value.dart
Add support for migrating field wire name
Open
p2 / feature request
- Dominant language
- Dart
- Stars
- 886
- Forks
- 195
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
Let's say you have a built value with a field with wire name `src`, and you need to change that wire name to `source`. What is the recommended method for migrating this field such that the class can still be deserialized with `src` and `source` fields, but only serializes the `source` field?
Contributor guide
Assessment
This issue has not been assessed yet.