Top "Parceler" questions

Parcelable code generator for Google Android.

Use of Parceler with Kotlin data class with constructor for serialization

Is there a way to use Parceler with Kotlin data classes and constructor for serialization without using @ParcelProperty annotation for …

parcelable kotlin parceler
Android: convert Parcelable to JSON

I am working with socket.io library which emits messages to the socket.io server. The server expects JSON objects, …

android json gson parcelable parceler
Using Parceler with android

I'm trying Parceler library for android. So far I've had only one same error, using plain sample from the documentation. @…

android parceler