You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Alexandre Normand <al...@gmail.com> on 2012/09/05 20:17:35 UTC

Could Avro support Stringable key classes for Maps in addition to pure Strings?

Hey,
I was going to use avro reflection to serialize some data but I have some Maps that have non String keys. I realize that avro restricts Map keys to Strings but would it be a good idea to support Stringable keys (my key class is actually Integer which should serialize easily as a String)? 

Cheers!
-- 
Alex