On Fri, Mar 9, 2018 at 1:36 PM, Matt W <taztingo...@gmail.com> wrote:

> Is it possible to have the generated code implement Parcelable?
>

No (assuming you are using the official Java implementation).  I think you
can implement a simple wrapper for this purpose.


> My System Service is receiving Events that were serialized with Google
> Protocol Buffers, and I would like to deserialize inside the service rather
> than the manager. Any non primitive sent across AIDL needs to implement
> Parcelable.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to