Serializer function converting T entity instances to JSON maps.
T
final Map<String, dynamic> Function(T item) toJson;