Re: [DFDL-WG] serialize/unparse question

Yes, that is exactly what I am asking. Thanks Sent from Yahoo Mail on Android On Mon, Jul 17, 2017 at 10:19 AM, Mike Beckerle<mbeckerle@tresys.com> wrote: #yiv7388581842 P {margin-top:0;margin-bottom:0;} Let me see if I understand your question w.r.t. Daffodil. You have a DFDL Schema. You have a java object created based on it using JAXB. You want to unparse that data object to the DFDL-described format. The challenge here is that the JAXB object is not the same object as a Daffodil infoset object. So cannot be immediately unparsed directly. However, if you serialize your JAXB object to XML text, then you can unparse from the XML text. If this is the correct interpretation of your question, I'll get a link to the example Java code for you to show how to do this. ...mike beckerle From: Bing Lu [mfcplus@yahoo.com] Sent: Saturday, July 15, 2017 2:41 PM To: Steve Hanson; dfdl-wg@ogf.org Cc: Michele Zundo; Mike Beckerle Subject: serialize/unparse question Hi, if I have a jaxb object generated by dfdl xsd. what's the best way to serialize that structure using IIB java api in a stand alone application, and is there anything equivalent for unparse in dafodil world? thanks
participants (1)
-
Bing Lu