Skip to content

Commit

Permalink
More serialization cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 5, 2016
1 parent dde2deb commit 02fb711
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 402 deletions.
Expand Up @@ -76,7 +76,7 @@ public T serialize(PrismValue value) throws SchemaException {

@Override
public T serialize(PrismValue value, QName rootElementName) throws SchemaException {
RootXNode xroot = target.parserHelpers.xnodeProcessor.serializeItemValueAsRoot(value, elementName); // TODO context
RootXNode xroot = target.parserHelpers.xnodeProcessor.serializeItemValueAsRoot(value, rootElementName); // TODO context
return target.serialize(xroot, context);
}

Expand Down

This file was deleted.

0 comments on commit 02fb711

Please sign in to comment.