java.lang.Object
io.jmix.charts.widget.amcharts.serialization.ResponsiveRuleSerializer
 
- All Implemented Interfaces:
 
com.google.gson.JsonSerializer<Rule> 
public class ResponsiveRuleSerializer
extends Object
implements com.google.gson.JsonSerializer<Rule> 
- 
Constructor Summary
Constructors
 
- 
Method Summary
com.google.gson.JsonElement
serialize(Rule src,
 Type typeOfSrc,
 com.google.gson.JsonSerializationContext context) 
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
ResponsiveRuleSerializer
public ResponsiveRuleSerializer()
 
 
- 
Method Details
- 
serialize
public com.google.gson.JsonElement serialize(Rule src,
 Type typeOfSrc,
 com.google.gson.JsonSerializationContext context) 
- Specified by:
 
serialize in interface com.google.gson.JsonSerializer<Rule>