Annotation Type IncludeFields
- 
 @Retention(RUNTIME) @Target(TYPE) public @interface IncludeFieldsInclude all values of (public) fields when serializing the object.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description booleanincludePrivateIf set, all private fields are included, too.
 
-