Deserialize an array of raw JSON objects into typed model instances.
Non-object entries and entries the deserializer rejects (returns null) are skipped, so the result only contains successfully parsed models.
null
The model type produced.
The per-model deserializer (typically Model.deJson).
Model.deJson
A raw JSON array, or any value (returns [] when not an array).
[]
Optional
The owning Client, propagated to each model.
The list of successfully deserialized models.
Deserialize an array of raw JSON objects into typed model instances.
Non-object entries and entries the deserializer rejects (returns
null) are skipped, so the result only contains successfully parsed models.