Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.io
Class DDMFormValuesJSONSerializerUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.io.DDMFormValuesJSONSerializerUtil

public class DDMFormValuesJSONSerializerUtil
extends Object


Constructor Summary
DDMFormValuesJSONSerializerUtil()
           
 
Method Summary
static DDMFormValuesJSONSerializer getDDMFormValuesJSONSerializer()
           
static String serialize(DDMFormValues ddmFormValues)
           
 void setDDMFormValuesJSONSerializer(DDMFormValuesJSONSerializer ddmFormValuesJSONSerializer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMFormValuesJSONSerializerUtil

public DDMFormValuesJSONSerializerUtil()
Method Detail

getDDMFormValuesJSONSerializer

public static DDMFormValuesJSONSerializer getDDMFormValuesJSONSerializer()

serialize

public static String serialize(DDMFormValues ddmFormValues)

setDDMFormValuesJSONSerializer

public void setDDMFormValuesJSONSerializer(DDMFormValuesJSONSerializer ddmFormValuesJSONSerializer)

Liferay 7.0-ce-m3