详细的编排和反编排实现代码被直接添加到绑定类中。
The detailed marshalling and unmarshalling implementation code gets added directly to the bound classes.
为了处理编排和反编排,JiBX 向绑定中包含的类添加了新类和新方法。
To handle marshalling and unmarshalling, JiBX adds new classes and methods to the classes included in the binding.
在这个示例中,我在处理集合的代码生成中引入了一个错误,在项目反编排循环的循环体中,向堆栈添加了一个额外项目。
In this case, I introduced an error to the code generation handling a collection, adding an extra item to the stack in the body of the item unmarshalling loop.
应用推荐