Should the converter handle nulls? Handling nulls means should the
converter process nulls or not. Usually the converter will not
persist null values, but sometimes it might be needed
(
org.compass.core.marshall.MarshallingContext.handleNulls ).
Extracted to a method so special converters can control null handling.
Parameters: context - true if the converter should handle null values