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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gson.JsonArraycreateJsonArrayOfFetchPlanProperties(FetchPlan fetchPlan) protected com.google.gson.JsonObjectcreateJsonObjectForNestedFetchPlan(FetchPlan nestedFetchPlan) com.google.gson.JsonElementprotected com.google.gson.JsonObjectserializeFetchPlan(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:
 serializein interfacecom.google.gson.JsonSerializer<FetchPlan>
 - 
serializeFetchPlan
 - 
createJsonArrayOfFetchPlanProperties
 - 
createJsonObjectForNestedFetchPlan
 
 -