Class DerivedPropertiesSerializer
java.lang.Object
io.jmix.pivottable.widget.serialization.DerivedPropertiesSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<DerivedProperties>
public class DerivedPropertiesSerializer
extends Object
implements com.google.gson.JsonSerializer<DerivedProperties>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElement
serialize
(DerivedProperties src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
DerivedPropertiesSerializer
public DerivedPropertiesSerializer()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(DerivedProperties src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serialize
in interfacecom.google.gson.JsonSerializer<DerivedProperties>
-