serializeToCSV

Is it possible to include the userdata when using serializeToCSV?

If so, How?

You can change some serialization parameters by
    grid.setSerializationLevel

For example
    grid.setSerializationLevel(true);
enable modes in which userdata will be included in serialization.