Problem
Some objects whose state should be saved are constructed by other library.
For instance, GoogleMap.
Thus Bundler's get method's return value is not applicable here.
Proposal
Alternative Bundler (MutatingBundler) that:
receives object to restore state of in get method and modifies it
Problem Some objects whose state should be saved are constructed by other library. For instance,
GoogleMap
. ThusBundler
's get method's return value is not applicable here.Proposal Alternative
Bundler
(MutatingBundler) that:Proposal example