New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 643447 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Sep 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Please provide serialization methods for Mojo-generated Java classes

Project Member Reported by k...@chromium.org, Sep 1 2016

Issue description

The WebPayments team would like to pass a structure from Java (Android) code to some existing C++ code. The structure happens to be a Mojo structure.

The simplest approach would be to serialize the structure into a string and pass that  down to the C++ code, have it extracted via JNI then de-serialized via the existing Mojo C++ methods.

I've chatted with a Mojo representative and confirmed that this would work great except that the Java serialization routines don't exist. Could they please be added?
 
Status: Assigned (was: Untriaged)

Comment 3 by yzshen@chromium.org, Sep 11 2016

Status: Fixed (was: Assigned)

Sign in to add a comment