[
https://issues.apache.org/jira/browse/THRIFT-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197576#comment-14197576
]
Hudson commented on THRIFT-2670:
--------------------------------
SUCCESS: Integrated in Thrift #1331 (See
[https://builds.apache.org/job/Thrift/1331/])
THRIFT-2670 Android parcelable generator (roger: rev
f9b8f5e64137248ea2a1b95312916491d23ab94a)
* compiler/cpp/src/generate/t_java_generator.cc
> Android Parcelable Java generation option
> -----------------------------------------
>
> Key: THRIFT-2670
> URL: https://issues.apache.org/jira/browse/THRIFT-2670
> Project: Thrift
> Issue Type: New Feature
> Components: Java - Compiler
> Reporter: Marek Kedzierski
> Assignee: Roger Meier
> Labels: Android
> Fix For: 0.9.2
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> I added a java compiler option, for Android, to generate parcelable
> structures. This means they implement android.os.Parcelable interface, and
> also define an inner static member called CREATOR. All data types are
> supported except for Sets, because android parcel doesn't have a way to
> write/read sets.
> I am making a github pull request for this.
> https://github.com/apache/thrift/pull/196
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)