* @param element The element in the application context representing the UpcasterChain
* @param parserContext The parserContext from the application context
* @return The BeanDefinition representing the UpcasterChainBean
*/
public BeanDefinition parse(Element element, ParserContext parserContext) {
return parse(element, parserContext, createAutowiredBeanWithFallback(new ChainingConverterFactory(),
ConverterFactory.class,
Serializer.class));
}