DataRequest
struct DataRequest
Encapsulates state of a data request.
Provides the list of custom allowed types that user considers safe to deserialize from the payload.
Resolver should recognize the closure of all non-primitive and not known types in the payload,
such as field types and types in the inheritance hierarchy and the code to match these types to the
TypeNames read from the deserialized stream.
false if the user had not requested any specific type, i.e. the call originates from
GetData API family, that returns an Object. true
if the user had requested a specific type by calling TryGetData<T> API family.