tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

Using gson #19

Open sagits opened 8 years ago

sagits commented 8 years ago

Hi, im new to event bus and i'm willing to try your lib. Im gonna send my objects as strings using google Gson. This prevents the need to implement a parcelable for all my models and provides the same functionality. Maybe you could update your readme with this approach as a possible solution if you like it too.