Class ValueSerializer
- java.lang.Object
-
- org.wso2.carbon.mediator.calltemplate.util.ValueSerializer
-
public class ValueSerializer extends Object
Serializer forValue
instances.
-
-
Constructor Summary
Constructors Constructor Description ValueSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-