In Specflow 3.1 NullValueRetriever can be used to specify the character sequence to identify which table values should be translated to NULL (like {NULL}). In Specflow 3.3 ValueRetriever's have been refactored and NullValueRetriever was removed.
I would like to know how should I replace NullValueRetriever functionality, and indicate that I want to have a NULL value for the specific property of the object.
Code for the ClassRetriever, or StringRetriever indicate that empty cells in Tables will be converted to String.Empty instead of null.