...
To enable the generation of serialization methods, you must activate the option in the Serialization section as shown below :
Serialization mechanisms are based on reflection where the names of public properties are used. However, certain attributes make it possible to refine the serialization mechanisms. It is therefore very important to activate the generation of attributes according to the choice of serialization.
...
This parameter allows you to reduce the size of your XML or JSon streams for values that do not need to be serialized. xsd2code++ depending on the type proposes the following cases :
This parameter is part of the flow reduction strategy that is described in the article :
...