File

src/app/shared/model/serialization/serializable.model.ts

Description

Interface to be implemented by model classes to ensure deserialization of JSON data.

Index

Methods

Methods

deserialize
deserialize(inputJson: Object)
Parameters :
Name Type Optional Description
inputJson Object
Returns : T
export interface Serializable<T> {
  deserialize(inputJson: Object): T;
}

results matching ""

    No results matching ""