How to get all the column names of a class in Android parse.com Java

171 Views Asked by At

I want to get all the column values for a single row in parse.com without using parseObject.get(String key) for each key as I have many. Is there a way to get all the column names as an array? Or perhaps iterate over all the columns for a single row to get all the data from that row?

0

There are 0 best solutions below