Package io.jmix.core.impl.serialization
Class FetchPlanSerializationImpl.FetchPlanSerializer
java.lang.Object
io.jmix.core.impl.serialization.FetchPlanSerializationImpl.FetchPlanSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<FetchPlan>
- Enclosing class:
- FetchPlanSerializationImpl
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gson.JsonArray
createJsonArrayOfFetchPlanProperties
(FetchPlan fetchPlan) protected com.google.gson.JsonObject
createJsonObjectForNestedFetchPlan
(FetchPlan nestedFetchPlan) com.google.gson.JsonElement
protected com.google.gson.JsonObject
serializeFetchPlan
(FetchPlan fetchPlan)
-
Field Details
-
compactFormat
protected boolean compactFormat -
includeFetchMode
protected boolean includeFetchMode -
fetchPlanAttributeName
-
processedFetchPlans
-
-
Constructor Details
-
FetchPlanSerializer
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(FetchPlan src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serialize
in interfacecom.google.gson.JsonSerializer<FetchPlan>
-
serializeFetchPlan
-
createJsonArrayOfFetchPlanProperties
-
createJsonObjectForNestedFetchPlan
-