Search code examples
androidreflectionparcelableparcel

Is there a library for parceling objects using reflection in Android?


Is there a library that is capable of parceling objects in Android using reflection? Something similar to Gson but for Parcelization.


Solution

  • I've found this https://github.com/johncarl81/parceler. It seems to be a better solution.