Thrift type modelling for List<HashMap<String,Object>>

Viewed 4016

I've a service method in Java with following return type:

List<HashMap<String,Object>>

How can I best model it in thrift?

2 Answers
Related