recycle property

bool recycle
final

Defines the current field for being recycle on the deserialization process. Instead of create a new instance of the field, the library will use the old one, for avoiding memory consumption.

This field only applies on complex instances, not on primitive types.

Implementation

final bool recycle;