Closed yuanchen233 closed 1 month ago
Sounds good.
I can rebase/move stuff for you if you want. Other than code style and commit order, I think these PRs are good to be merged.
Yes please, and thanks. I try to avoid doing interactive rebase here (at least for now), as there is a chance I mess up everything and creates more work for both of us. 🙂
As discussed in #484, introducing a new datatype to hold
applicationData
and set default serializer toApplicationDataSerializer
. This way we don't need to specify the serializer used everytime we useapplicationData
.Changes:
ApplicationData
holds aString
fielddata
.ApplicationDataSerializer
, a not null String value is expected for fielddata
applicationData
are now type ofApplicationData?