export interface Serializable { fromJSONObject(item: Object): T; }