Adding support for custom PresentationModelSerializer
which encapsulates the logic of serializing and deserializing your PresentationModel
to/from the Bundle
object. Thanks to this you can now easly incorporate libraries such as Parceler without any hastle into your code to work with DroidMVP.
All you have to do to use your own PresentationModelSerializer
is to override the createPresentationModelSerializer()
method within either DroidMVPFragment
or DroidMVPActivity
providing your own implementation