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.Permission.java

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

    private static final long serialVersionUID = 1L;

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

From source file com.v2soft.dnremote.dao.Server.java

/**
 * Desktop connection parameters
 * @author vshcryabets@gmail.com
 *
 */
public class Server extends AbstractProfile implements Parcelable {

From source file ua.setcom.developertools.Onscreen.DevToolsViewState.java

/**
 * User: serso
 * Date: 11/21/12
 * Time: 10:55 PM
 */
public class DevToolsViewState implements Parcelable {

From source file com.clover.sdk.v3.cash.CashEvent.java

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

    /**
     * The type of event that occured

From source file com.danlvse.weebo.model.User.java

/**
 *  Created by zxy on 16/5/25
 *
 * @author SINA
 * @since 2013-11-24
 */

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

/**
 * Represents the input fields used in an opt-in data collection template. 
 */
public class DataCollectionField implements Parcelable {
    String mType;
    String mName;

From source file com.example.propertylist.handler.JsonPropertyHandler.java

public class JsonPropertyHandler implements Parcelable {

    private List<Property> propertyList;

    public JsonPropertyHandler() {
    }

From source file com.clover.sdk.v3.printer.Printer.java

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

    /**
     * Unique identifier

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

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

    /**
     * Unique identifier

From source file com.dhbwloerrach.dhbwcampusapp20.codebutler.farebot.card.desfire.DesfireFileSettings.java

public abstract class DesfireFileSettings implements Parcelable {
    public final byte fileType;
    public final byte commSetting;
    public final byte[] accessRights;

    /* DesfireFile Types */