Deserialize a map of raw JSON objects (keyed by string, e.g. by language) into a record of typed models. Entries the deserializer rejects are skipped.
The model type produced.
The per-model deserializer.
A raw JSON object, or any value (returns undefined otherwise).
undefined
Optional
The owning Client, propagated to each model.
The record of deserialized models, or undefined when empty/not an object.
Deserialize a map of raw JSON objects (keyed by string, e.g. by language) into a record of typed models. Entries the deserializer rejects are skipped.