-
Otherwise can lead to crashes.
```
@Serializable
data class ImageDefaults
```
-
**Describe the bug**
I believe there is an issue with [Repsy.io](https://repsy.io/). I am unable to install the library due to a disk usage exceeded error. I'm stuck on the [Getting Started](https://…
-
Hello after upgrading from 0.5.1 to 0.7.1 I get many errors that serializable is null, when trying to access it after some decoding , but it shouldnt be null, Im not sure what am I doing wrong.
Her…
-
```
public class DataForBinding implements Parcelable {
public ArrayList barEntries;
public ArrayList candleEntries;
public ArrayList lineEntries;
public DataForBinding() {
…
ghost updated
7 years ago
-
I think it would be a good idea to have the WeatherForecast class implement parcelable.
for scenarios where you have to send the weather data over from one fragment to another or just to save the sta…
-
Related to #6 - there are also places where we'd like the Java versions of records to be `Parcelable`.
j4cbo updated
8 years ago
-
Hi,
the README says that Parcelable is supported by @State annotation, but it isn't. I got error:
Error:(55, 16) error: Error at: stateList, Unsupported type android.os.Parcelable annotated with @Stat…
-
Is it possible to use the Parcelable Datatypes directly to serialize data to socket.io string messages???
Would that make any sense?
-
-
this App(not host app) has total of 5 buttons. Bind, unbind, getdata, resetdata, setprimitibe, set parcelable. All other buttons work as you expect, but for set parcelable button, it sets the data to …