export interface Serializable { customProps: any; serialize(): T; deserialize(attr: T): void; }