Custom serializers for primitive CQL types does not work with Mapper and Linq modules
Description
In GenericSerializer.cs the internal constructor calls InitDefaultTypes method before SetSpecificSerializers method and because of that the GetClrType which is called when RowSet in constructed does not respect custom serializers for primitive types.
In GenericSerializer.cs the internal constructor calls InitDefaultTypes method before SetSpecificSerializers method and because of that the GetClrType which is called when RowSet in constructed does not respect custom serializers for primitive types.