public class ValueSerializer
extends java.lang.Object
Value
instances.Modifier and Type | Field and Description |
---|---|
protected static org.apache.axiom.om.OMFactory |
fac |
protected static org.apache.axiom.om.OMNamespace |
nullNS |
Constructor and Description |
---|
ValueSerializer() |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
serializeTextValue(Value key,
java.lang.String name,
org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry
|
org.apache.axiom.om.OMElement |
serializeValue(Value key,
java.lang.String name,
org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry
|
protected static final org.apache.axiom.om.OMFactory fac
protected static final org.apache.axiom.om.OMNamespace nullNS
public org.apache.axiom.om.OMElement serializeValue(Value key, java.lang.String name, org.apache.axiom.om.OMElement elem)
key
- Value to serializeelem
- OMElementpublic org.apache.axiom.om.OMElement serializeTextValue(Value key, java.lang.String name, org.apache.axiom.om.OMElement elem)
key
- Value to serializeelem
- OMElementCopyright © 2005-2020 Apache Software Foundation. All Rights Reserved.