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 com.eTilbudsavis.etasdk.model.ShoppinglistItem.java

public class ShoppinglistItem implements Comparable<ShoppinglistItem>, SyncState<ShoppinglistItem>,
        IJson<JSONObject>, Serializable, Parcelable {

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

    private static final String ERN_CLASS = "shoppinglist:item";

From source file com.clover.sdk.v3.order.Order.java

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

    /**
     * Unique identifier
     */

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

/**
 * Represents full user profile.
 */
@SuppressWarnings("unused")
public class VKApiUserFull extends VKApiUser implements android.os.Parcelable {

From source file com.scvngr.levelup.core.net.LevelUpResponse.java

/**
 * Class to encompass a response from the LevelUp Web Service.
 */
@ThreadSafe
@Immutable
@LevelUpApi(contract = Contract.PUBLIC)

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

/**
 * <p>This class is a representation of an offer as the API v2 exposes it</p>
 * 
 * <p>More documentation available on via our
 * <a href="http://engineering.etilbudsavis.dk/eta-api/pages/references/offers.html">Offer Reference</a>
 * documentation, on the engineering blog.

From source file com.baasbox.android.BaasFile.java

/**
 * Represents a BaasBox file.
 * <p>
 * A file is an entity that can be stored on the server.
 * Unlike documents files do not dictate a format for their content, but they can
 * have optionally json attached data.

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

/**
 * <p>This class is a representation of a catalog as the API v2 exposes it</p>
 * 
 * <p>More documentation available on via our
 * <a href="http://engineering.etilbudsavis.dk/eta-api/pages/references/catalogs.html">Catalog Reference</a>
 * documentation, on the engineering blog.

From source file com.clover.sdk.v3.merchant.Merchant.java

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

    /**
     * Unique identifier

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

/**
 * Represents full user profile.
 */
@SuppressWarnings("unused")
public class VKApiUserFull extends VKApiUser implements android.os.Parcelable {

From source file com.echopf.ECHODataObject.java

/**
 * An ECHODataObject is an abstract data object.
 * Particular data objects are implemented based on this class.
 */
public abstract class ECHODataObject<S extends ECHODataObject<S>> extends ECHOObject implements Parcelable {