I am trying to deserialize query responses for tables with multiple level of repeated nesting datatypes.
IT is getting complex as need to do this by traversing each nodes as now the API response are not flow but comes in complex structures as "f" and "v". Is there an inbuild class and methods defined in com.google.cloud:google-cloud-bigquery jar to help with the deserialization and if so then what are the class names and method names if someone can suggest.