0

I heard about Kotlin @Parcelize annotation long time ago, but it still was experimental and now it is not, IDE still complains about implementing Parcel members, but it seems to work.

Does anyone using it? is it safe? It seems to work, but is it ready for production?

@Parcelize
open class MenuCategory(
        var id: String? = "",
        var title: String? = ""
) : Parcelable
Antonis Radz
  • 3,036
  • 1
  • 16
  • 34

0 Answers0