页面

2008-10-17

Java Serialization with XMLEncoder

A very nice article about Java serializtion with XMLEncoder interface:
XML Serialization of Java Objects
— Java serialization was initially used to support remote method invocation (RMI), allowing argument objects to be passed between two virtual machines. RMI works best when the two VMs contain compatible versions of the class being transmitted, and can reliably transmit a binary representation of the object based on its internal state.

没有评论: