public void funnel(IMetaEntry from, PrimitiveSink into) {
   MetaKey node = (MetaKey) from;
   into.putString(node.mKey);
 }