CustomDeserializer interface

Defines the contract for a deserializer from a configuration object to a typed object.

Methods

load(C, Newable<T, any[]>)

Method Details

load(C, Newable<T, any[]>)

function load(config: C, type: Newable<T, any[]>): T

Parameters

config

C

type

Newable<T, any[]>

Returns

T