Example usage for android.os Parcelable interface-usage

List of usage examples for android.os Parcelable interface-usage

Introduction

In this page you can find the example usage for android.os Parcelable interface-usage.

Usage

From source file tv.ouya.console.api.store.AppDescription.java

public class AppDescription implements Parcelable {
    public static final Parcelable.Creator<AppDescription> CREATOR = null;

    public AppDescription() {
    }

From source file com.vk.sdkweb.api.model.VKApiPlace.java

/**
 * A place object describes a location.
 */
@SuppressWarnings("unused")
public class VKApiPlace extends VKApiModel implements Parcelable, Identifiable {

From source file edu.umich.oasis.testapp.TestSoda.java

public class TestSoda implements Parcelable {

    //how to talk to trusted service
    public static void nop(boolean addTaint) {
        if (addTaint) {
            TaintSet.Builder ts = new TaintSet.Builder();

From source file com.tdispatch.passenger.model.LocationData.java

public class LocationData implements Parcelable {
    protected String mAddress;
    protected String mPostCode;

    protected double mLatitude;
    protected double mLongitude;

From source file com.vk.sdk.api.model.VKApiDialog.java

/**
 * Dialog object describes a user dialog.
 */
public class VKApiDialog extends VKApiModel implements Identifiable, android.os.Parcelable {

    /**

From source file com.eTilbudsavis.etasdk.model.Images.java

public class Images implements IJson<JSONObject>, Serializable, Parcelable {

    private static final long serialVersionUID = 1L;

    public static final String TAG = Eta.TAG_PREFIX + Images.class.getSimpleName();

From source file com.cas.model.Content.java

public class Content implements Parcelable {

    //private static Content instance;

    public Content() {

From source file org.quantumbadger.redreader.reddit.things.RedditSubreddit.java

public class RedditSubreddit implements Parcelable, Comparable<RedditSubreddit>, WritableObject<String> {

    public String getKey() {
        try {
            return getCanonicalName();
        } catch (InvalidSubredditNameException e) {

From source file com.playhaven.android.data.Purchase.java

/**
 * A representation of a Purchase
 */
public class Purchase implements Parcelable {
    public enum Result {
        /** Result was not set */

From source file com.clover.sdk.v3.payments.BatchTotalStats.java

@SuppressWarnings("all")
public final class BatchTotalStats
        implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable {

    public com.clover.sdk.v3.payments.BatchTotalType getSales() {
        return genClient.cacheGet(CacheKey.sales);