Hi all,

I have custom converters which call other converters, currently I call
context.convertAnother() but this takes time since it cycles through the
converters and calls canConvert() (even though I gave it the converter
instance). Anyways, what is the advantage to use this method vs directly
calling the marshal/unmarshal on the converter instance? I don't really see
the advantage in this case since I know which converter to use, am I
missing something?

Thanks,
Gabriel

Reply via email to