Hello, wondering if anyone else has thought about a similar problem as the one below,
I currently use Xerces-J to serialize Java objects to XML, send this across a socket and have the corresponding object recreated in both a Java and C++. We are finding that in profiling our software, significant improvements could be made by removing the conversion of the internal binary XML structure to plain text and sending this over the network instead. For example. determing that the value of a class attribute is (int) 5, writing this as a String and outputting to either a socket or file as part of a larger XML document being written out. In other words, is there some internal Xerces binary structure that we could use to send data across the network instead of using a plain text XML representation of the serialized Java object? Many thanks for your input Rod ======================================== Rod Farmer Software Engineer KESEM International [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> The content of this email is not representative of opinions held by either KESEM International or the Defence Science and Technology Office (DSTO). If you have received this email in error, please delete it immediately. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
