Esempio n. 1
0
  public RateData(android.os.Parcel in) {
    // primitive bitfield of type: byte
    __isset_bitfield = in.readByte();

    this.userID = in.readLong();
    this.postID = in.readLong();
    this.ratingValue = in.readDouble();
  }