Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
What about Enums? Enum is a type-safe way to pass navigation arguments.
Will Enums be covered in this issue as part of Serializable or will have own handled separately?
Because for enum you can provide a reasonable default value but for Parcelable or Serializable only @null
Will Enums be covered in this issue as part of Serializable or will have own handled separately?
Because for enum you can provide a reasonable default value but for Parcelable or Serializable only @null
cl...@google.com <cl...@google.com> #3
Please add support for Serializable objects so Enums can be used.
na...@google.com <na...@google.com> #4
Support of Serializable objects is not enough for enums, you definitely need also the support of default values.
Description