@Override
 public Object deserializeKey(String key, DeserializationContext ctxt)
     throws IOException, JsonProcessingException {
   return MetaTinyTypes.metaFor(type).fromString(type, key);
 }