CustomDeserializer interface
Définit le contrat d’un désérialiseur d’un objet de configuration vers un objet typé.
Méthodes
load(C, Newable<T, any[]>) |
Détails de la méthode
load(C, Newable<T, any[]>)
function load(config: C, type: Newable<T, any[]>): T
Paramètres
- config
-
C
- type
-
Newable<T, any[]>
Retours
T