RawObjectDataProcessor
This Page has not been checked by Native Speakers yet
We are sorry, this this page has not been checked by English native speakers yet.
Class for validating and processing data of type "object" (in particular arrays) with subsequent casting to a specific TypeScript type.
Needed in most cases when data comes from a source unreachable for type checking with TypeScript. In particular, the following scenarios:
- Retrieving of a data from the client side in client–server interactions
- Conversely, retrieving of a data from the server side in client–server interactions
- Retrieving data from a database
- Reading data from a file (JSON, YAML and similar)