commit | d94cc9e4a0dec75acb3a565c1e931bb6eb7401f1 | [log] [tgz] |
---|---|---|
author | Puneet Mishra <puneetm@codeaurora.org> | Tue Mar 15 14:46:08 2016 +0000 |
committer | Puneet Mishra <puneetm@codeaurora.org> | Tue Mar 15 18:08:35 2016 +0000 |
tree | f3ac34cdf07a740ba54a43550c2a6569b90aac2e | |
parent | 8d1aef525b9145544af1da35331bcf717bf59f74 [diff] |
NFC: Add functions to correctly serialize the objects When an object is transferred via the parcelable interface, the deserializer will use the function from the sub-class, whereby the serializer will use the function from the super-class. This can lead to run-time conversion errors. Added convenience functions to create super-class objects. Change-Id: I60a3c6573e85efb38abcb5f9e087b0f7141361d7 CRs-Fixed: 990213