Commit ee2d621
committed
Fix Parcelable serialization of metadata in Message
Replaces the use of writeMap/readHashMap for the metadata field with explicit serialization and deserialization of key-value pairs. This improves compatibility and reliability when passing Message objects between Android components.1 parent 5ec6db4 commit ee2d621
File tree
1 file changed
+17
-2
lines changed- kommunicate/src/main/java/io/kommunicate/devkit/api/conversation
1 file changed
+17
-2
lines changedLines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| |||
896 | 902 | | |
897 | 903 | | |
898 | 904 | | |
899 | | - | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
900 | 915 | | |
901 | 916 | | |
902 | 917 | | |
| |||
0 commit comments