JAXB should be able to take a Source, according to the docs it can as
well as directly consume a converted StAXReader (which Scales also
provides). This means there shouldn't need to be an extra level of
serialization, it will run in the smallest memory possible.
> --
> You received this message because you are subscribed to the Google Groups
> "scales-xml" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scales-xml+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Christopher Schmidt
unread,
Jan 24, 2016, 10:44:27 AM1/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scales-xml
Hi Chris, thank for your answer.
JAXB is able to take a Source:
public <T> JAXBElement<T> unmarshal( javax.xml.transform.Source source, Class<T> declaredType )
Maybe a stupid question. How can I get a Source from my enterpriseName? (see code below)