Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Namespaces and serialize/deserialize process #303

Closed
goetas opened this issue Jul 17, 2014 · 1 comment
Closed

Namespaces and serialize/deserialize process #303

goetas opened this issue Jul 17, 2014 · 1 comment

Comments

@goetas
Copy link
Collaborator

goetas commented Jul 17, 2014

When using @XmlNamespace(uri="http://example.com/namespace"), is this namespace propagated to all properties that don't specifies a namespace?

Where is the difference between:

/**
 * @XmlRoot("blog-post")
 * @XmlNamespace(uri="http://example.com/namespace")
 */
class ...{
}

and

/**
 * @XmlRoot("blog-post", namespace="http://example.com/namespace")
 */
class ...{
}

?

If they are the same thing, then the response to my question should be "yes"... is it true?

@goetas
Copy link
Collaborator Author

goetas commented Jul 18, 2014

see #301

@goetas goetas closed this as completed Jul 18, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant