datatable.Frame.__getstate__()

This method allows the frame to be pickle-able.

Pickling a Frame involves saving it into a bytes object in Jay format, but may be less efficient than saving into a file directly because Python creates a copy of the data for the bytes object.

See to_jay() for more details and caveats about saving into Jay format.