Serializable account

This commit is contained in:
Stuart Boston
2015-05-30 19:09:36 +01:00
parent e00d9357e2
commit 8451a4630b
3 changed files with 5 additions and 4 deletions
@@ -20,8 +20,9 @@
package com.omertron.themoviedbapi.model.account;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.omertron.themoviedbapi.model.AbstractJsonMapping;
public class Hash {
public class Hash extends AbstractJsonMapping {
@JsonProperty("hash")
private String hash;