Barsonax / Pathfindax

Pathfinding framework
GNU Affero General Public License v3.0
26 stars 8 forks source link

Add surrogate to prevent serialization of nodenetworks #63

Closed Barsonax closed 6 years ago

Barsonax commented 6 years ago

Summary

Nodenetworks shouldnt be serialized by default by duality due to the amount of data involved and the fact they are currently generated from other data. Add surrogates that will prevent serializing them.

Barsonax commented 6 years ago

Currently implemented a surrogate that prevents most of the serialization but its not possible to prevent it all.