Date and Time Values and Java Interop: a concrete example using XStream
Posted by: All About Interop,
on 10 Oct 2007 |
View original | Bookmarked: 0 time(s)
Last month I posted on Date and Time values and interop. One of the key points I made is that you can lose information (specifically timezone information) when you transition from .NET to something else. If you stay within .NET, then you don't lose that information, even if you serialize to XML and then de-serialize. If you transition outside of .NET, then you may lose information.
What do I mean by "serialize"?
It is possible to produce an XML instance document that...