コード例 #1
0
 public RecentFriendCheckIns a(Parcel paramParcel) {
   RecentFriendCheckIns localRecentFriendCheckIns = new RecentFriendCheckIns();
   localRecentFriendCheckIns.readFromParcel(paramParcel);
   return localRecentFriendCheckIns;
 }
コード例 #2
0
 public RecentFriendCheckIns a(JSONObject paramJSONObject) {
   RecentFriendCheckIns localRecentFriendCheckIns = new RecentFriendCheckIns();
   localRecentFriendCheckIns.readFromJson(paramJSONObject);
   return localRecentFriendCheckIns;
 }