Results 1 to 3 of 3
- 08-14-2012, 10:40 PM #1
Member
- Join Date
- Aug 2012
- Posts
- 2
- Rep Power
- 0
Reading something that was XMLSerialized by C# with JAXB
I'm trying to read some data that was created by a C# program. The C# program uses an XMLSerializer to serialize the xml data. I want to read this data (and therefore unserialize it) using Java.
From some research it appears that JAXB is Java's implementation of XMLSerialization. So what format does the XMLSerializer in JAXB use? Is it a "standard" format meaning it's likely the same as the C# XMLSerializer?
Thank you
-
Re: Reading something that was XMLSerialized by C# with JAXB
What do you mean by "what format does the XMLSerializer in JAXB use"? Have you gone through any of the short, or the official long tutorial on JAXB? Its requirements are all well spelled out there.
- 08-15-2012, 02:38 PM #3
Member
- Join Date
- Aug 2012
- Posts
- 2
- Rep Power
- 0
Re: Reading something that was XMLSerialized by C# with JAXB
I meant that when something is XML serialized, is it in a standard format? Meaning is the schema of the resulting XML a standard across programming languages. I found my answer in this document: Easy XML Serialization of C# and Java Objects
From the above link: "We have not found any out of the box XML serializer to interoperate between different programming languages. In this section we present a series of frameworks and libraries to serialize objects to XML. All of the libraries explored (except one of them) are not able to generate a standard XML object representation to interoperate between different programming languages."
Similar Threads
-
JAXB type help!!!
By mafyou in forum XMLReplies: 1Last Post: 04-23-2012, 10:53 AM -
JAXB Unmarshalling
By milan.nosal in forum XMLReplies: 0Last Post: 09-01-2010, 02:15 PM -
JAXB Binding
By Fusebox in forum XMLReplies: 0Last Post: 06-11-2010, 10:06 PM -
Jaxb
By Paul Richards in forum XMLReplies: 1Last Post: 08-03-2009, 09:56 PM -
JAXB Unmarshalling
By prateek in forum XMLReplies: 0Last Post: 07-10-2008, 06:53 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks