intUnderflow / luagraph

A graph representation library in Lua
GNU Affero General Public License v3.0
2 stars 0 forks source link

Enforced serializability #4

Open intUnderflow opened 4 years ago

intUnderflow commented 4 years ago

Sometimes it is desirable for the creator of a graph to enforce the serializability of the graph by refusing to allow node or edge values that are not serializable. This should be supported as an option as part of the constructor.