List of usage examples for android.os Parcelable interface-usage
From source file com.vk.sdkweb.api.model.VKPhotoSizes.java
/**
* Model to parse a list of photo with <a href="http://vk.com/dev/photo_sizes">photo sizes<a/> format.
*
* When {@code photo_sizes=1} parameter is used in methods,
* response contains an info about original photo
* copies with different sizes in sizes array with objects,
From source file com.facebook.notifications.internal.configuration.ActionConfiguration.java
public class ActionConfiguration implements Parcelable { public static final Creator<ActionConfiguration> CREATOR = new Creator<ActionConfiguration>() { @Override public ActionConfiguration createFromParcel(Parcel source) { return new ActionConfiguration(source); }
From source file com.baasbox.android.BaasLink.java
/** * Represents a BaasBox Link between objects * * Created by Andrea Tortorella on 13/08/14. */ public final class BaasLink implements Parcelable {
From source file com.vk.sdk.api.model.VKApiLink.java
/** * A link object describes a link attachment */ @SuppressWarnings("unused") public class VKApiLink extends VKApiAttachment implements android.os.Parcelable {
From source file com.clover.sdk.v3.base.CountryInfo.java
@SuppressWarnings("all") public final class CountryInfo implements android.os.Parcelable, com.clover.sdk.v3.Validator, com.clover.sdk.JSONifiable { /** * ISO 3166-1-alpha-2 code
From source file net.issarlk.androbunny.inkbunny.File.java
public final class File implements Parcelable, Thumbnailable { /** * */ private static final long serialVersionUID = 6845949140894407267L; private static final String TAG = "File";
From source file br.ufrj.ppgi.jemf.mobile.bean.Witness.java
/** * @author Marcus Machado * */ public class Witness extends AbstractWitness implements Parcelable, Comparable<Witness> {
From source file org.opendatakit.common.android.data.Row.java
/**
* This represents a single row of data in a table.
*
* @author sudar.sam@gmail.com
*
*/
From source file com.vk.sdkweb.api.model.VKApiWikiPage.java
/** * Describes a Wiki page. */ @SuppressWarnings("unused") public class VKApiWikiPage extends VKAttachments.VKApiAttachment implements android.os.Parcelable {
From source file com.ibm.mobilefirstplatform.clientsdk.android.push.internal.MFPInternalPushMessage.java
/**
*
* Represents message received from Push Server via GCM
* Its visibility is restricted to package level since it will be used by the sdk internally
* to store the push received before it can be passed to Jane.
*/