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.facebook.notifications.internal.asset.AssetManager.java

/**
 * Creates different Asset types based on the contents of a JSON payload
 */
public class AssetManager implements Parcelable {
    /**
     * Allows for the fetching of previously-fetched content from an on-disk cache.

From source file com.rc.droid_stalker.components.NetworkStats.java

/**
 * Collection of active network statistics. Can contain summary details across
 * all interfaces, or details with per-UID granularity. Internally stores data
 * as a large table, closely matching {@code /proc/} data format. This structure
 * optimizes for rapid in-memory comparison, but consider using
 * {@link NetworkStatsHistory} when persisting.

From source file com.clover.sdk.v3.billing.AppLineItem.java

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

    public java.lang.String getId() {
        return cacheGet(CacheKey.id);

From source file com.wootric.androidsdk.objects.Settings.java

/**
 * Created by maciejwitowski on 5/5/15.
 */
public class Settings implements Parcelable {

    private Long firstSurvey = -1L;

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

/**
 * Universal data list for VK API.
 * This class is not thread-safe.
 * @param <T> type of stored values.
 * @see <a href="http://vk.com/dev/list">http://vk.com/dev/list</a>
 */

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

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

    /**
     * Unique identifier

From source file com.adrguides.model.Guide.java

/**
 * Created by adrian on 20/08/13.
 */
public class Guide implements Parcelable {

    private static final int THUMBNAIL_WIDTH = 96;

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

/**
 * Object which represents an HTTP request.
 */
@Immutable
@LevelUpApi(contract = Contract.PUBLIC)
public abstract class AbstractRequest implements Parcelable {

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

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

    public com.clover.sdk.v3.payments.CardType getCardType() {
        return genClient.cacheGet(CacheKey.cardType);

From source file com.clover.sdk.v3.inventory.Item.java

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

    /**
     * Unique identifier
     */