altavir
08/20/2021, 5:01 PM{ $ref: 2}
instead of some of its nodes. My task is to find those nodes and replace them by objects those refs are referencing to. The problem is that I do not know in advance on which level those refs will appear. It is quite easy to create either custom decoder o custom serializer that checks specific node and replaced it if it is ref, but I can't see a way to propagate this decoder/serializer logic recursively to sub-nodes. Does anybody have a similar expirience? I know that is is possible to do in @pdvrieze's XML processor by applying custom decoder logic to configuration.turansky
08/20/2021, 5:34 PMephemient
08/20/2021, 5:36 PMaltavir
08/20/2021, 5:38 PMaltavir
08/20/2021, 5:38 PMaltavir
08/20/2021, 5:40 PMaltavir
08/20/2021, 5:48 PMAlexis Manin
08/20/2021, 6:48 PMaltavir
08/21/2021, 7:55 AMaltavir
08/21/2021, 8:02 AMOliver.O
08/21/2021, 1:40 PM