I've a service method in Java with following return type:
List<HashMap<String,Object>>
How can I best model it in thrift?
I've a service method in Java with following return type:
List<HashMap<String,Object>>
How can I best model it in thrift?