Skip to content

Commit

Permalink
Document that serialisation does not support data flow
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Jan 17, 2025
1 parent 1733c69 commit 82d3f1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/PDL/IO/Storable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ treats the list it gets as strings already encoded. They are
fundamentally incompatible, so this module supports the JSON::XS
option.
Finally, L<data flow|PDL::Dataflow> is not preserved. If a data structure
containing ndarrays connected by data flow is serialised then this will need to be
explicitly reinstated on deserialisation.
=head1 FUNCTIONS
=cut
Expand Down

0 comments on commit 82d3f1a

Please sign in to comment.