Class ValueSerializer


  • public class ValueSerializer
    extends Object
    Serializer for Value instances.
    • Field Detail

      • fac

        protected static final org.apache.axiom.om.OMFactory fac
      • nullNS

        protected static final org.apache.axiom.om.OMNamespace nullNS
    • Constructor Detail

      • ValueSerializer

        public ValueSerializer()
    • Method Detail

      • serializeValue

        public org.apache.axiom.om.OMElement serializeValue​(Value key,
                                                            String name,
                                                            org.apache.axiom.om.OMElement elem)
        Serialize the Value object to an OMElement representing the entry
        Parameters:
        key - Value to serialize
        elem - OMElement
        Returns:
        OMElement