XML Schema validation using serialization of grammars to disk
XML Schema 验证:将语法序列化到磁盘
This is a critical bug if you're using serialization for any form of persistent storage.
若您正在为任何形式的持久性存储使用串行化,那么这将是一个严重的 bug。
When you're using serialization, you're transferring (or saving) the state - when marshalling by reference, you're only transferring a reference to the object.
当你使用序列化,你传递(或保存)状态时的参考站,你只能传递对象的引用。
应用推荐