File

src/app/deserializable.ts

Index

Methods

Methods

deserialize
deserialize(input: any)
Parameters :
Name Type Optional
input any no
Returns : T
export interface Deserializable<T> {
  deserialize(input: any): T;
}

results matching ""

    No results matching ""