Is there a library that is capable of parceling objects in Android using reflection? Something similar to Gson but for Parcelization.
I've found this https://github.com/johncarl81/parceler. It seems to be a better solution.