Hi,

I noticed on the wiki, the following java code snippet:

Work work = new Work();
TSerializer serializer = new TSerializer(new TSimpleJSONProtocol.Factory());
String json = serializer.toString(work);

where work is a struct defined in the IDL.

Is there a way to convert a List / Map so that it can be serialized in this 
manner?

Michael

Reply via email to