Yan Zhulanow
|
e28cffd0ad
|
Parcelable: newArray() result type should be Object[] (KT-20717)
|
2017-12-01 22:53:15 +09:00 |
|
Yan Zhulanow
|
26005751d8
|
Parcelable: Fix compatibility with serialization plugin (KT-20742)
|
2017-12-01 22:53:15 +09:00 |
|
Yan Zhulanow
|
a63aca08f2
|
Parcelable: Support custom Parcelers in compiler plugin
|
2017-10-16 21:25:27 +03:00 |
|
Yan Zhulanow
|
a03c03c427
|
Parcelable: Handle nullability in Parcelize Parcelable serializer (KT-20032)
|
2017-09-12 22:07:11 +03:00 |
|
Yan Zhulanow
|
7b96c9a003
|
Parcelable: Give priority to Parcelable type over objects and enums (KT-20021)
|
2017-09-12 22:07:09 +03:00 |
|
Yan Zhulanow
|
c9ec1a2511
|
Parcelable: Array serializer should correctly handle wide primitive types – long, double (KT-20002)
|
2017-09-12 22:07:07 +03:00 |
|
Yan Zhulanow
|
f8ca714c45
|
Parcelable: Cast types deserialized with Parcel.readValue() (KT-19747)
|
2017-09-12 22:07:05 +03:00 |
|
Yan Zhulanow
|
eee28d8507
|
Parcelable: Fix signature for Serializable Parcel serializer (KT-19749)
|
2017-09-12 22:07:04 +03:00 |
|
Yan Zhulanow
|
ea1068a822
|
Parcelable, minor: Rename MagicParcel to Parcelize
|
2017-07-26 20:19:32 +03:00 |
|
Yan Zhulanow
|
d0e4b236a7
|
Parcelable: Support SortedSet, NavigableSet, SortedMap, NavigableMap
|
2017-07-26 20:19:22 +03:00 |
|
Yan Zhulanow
|
4200629347
|
Parcelable: Support CharSequence, IBinder/IInterface, objects, enums. Serialize Parcelable efficiently if possible
|
2017-07-26 20:19:20 +03:00 |
|
Yan Zhulanow
|
3062e72282
|
Parcelable: Support Parcelizer interface in order to be able to customize serialization
|
2017-07-26 20:19:18 +03:00 |
|
Yan Zhulanow
|
c23bca6afe
|
Parcelable: Add Parcelable functionality to Android Extensions plugin
|
2017-07-26 20:19:15 +03:00 |
|