cudf.Index.device_serialize#
- Index.device_serialize()#
Serialize data and metadata associated with device memory.
- Returns
- headerdict
The metadata required to reconstruct the object.
- frameslist
The Buffers or memoryviews that the object should contain.
- meta private