[SDC-29] catalog 1707 rebase commit.
[sdc.git] / catalog-ui / src / app / ng2 / services / utils / serializable.ts
1 /**
2  * Created by ob0695 on 4/26/2017.
3  */
4 export interface Serializable<T> {
5     deserialize(input: Object): T;
6 }