Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BoundField.write memory optimization (#2325)
* BoundField.write memory optimization Declare and initialize the type adapter used for writing BoundFields outside of the anonymous class to ensure that a new TypeAdapterRuntimeTypeWrapper is not constructed each time a BoundField is written. This type adapter is only initialized if the BoundField will be used for serialization. * Avoid confusing nullness-analysis tools
- Loading branch information