On occasion, I'm deserializing Linear structs (as an example) using serde, but I would like to be able to access the knots/elements afterwards (read-only would be sufficient). Would you consider supporting this? Either pub fields or getter methods would work for access, though read-only would probably require getters.