XStream doesn't support custom converter cross-delegation?
问题 It appears to me that the Java XStream library does not support cross-delegation. Am I correct in this belief? So, I can explain what I mean, consider the following example: <node-type-x> <node-type-y> <a/> <b/> </node-type-y> <node-type-y> <c/> <d/> Let's say we have a converter for "node-type-x" nodes and another converter for "node-type-y" nodes. The functionality I would like to see in XStream would be sometype of delegate() method which I could call within the node-type-x converter that