PJLink
PJLink copied to clipboard
Need type encoders/decoders for built-in data types
Encoders and decoders should be written for important data types (SparseArray
, Graph
, Region
, etc.) so that users can build off of these.
Encoders for PackedArray
, Image
, RawArray
, and SparseArray
have been written. Still need Graph
, Region
, MeshRegion
, etc.