You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by George Porter <Ge...@Sun.COM> on 2009/07/01 00:48:43 UTC

How to send a Map with Python's 'Encoder'

Excuse my novice question about Python, but how do you encode a Map  
with the Encoder class?  From the docs, it seems that it only supports  
leaf data types.  I was looking for something similar to Java's  
Endoder.writeMapStart().

Thanks,
George