Closed bjohnson5 closed 5 months ago
@carlaKC @sr-gi Let me know what you think about this. I have been using simln in another Rust project and came across this issue when serializing my activity definitions.
Nice catch! We don't use the serializer internally it went completely unnoticed.
LGTM
Using a more specific serialization process for the ValueOrRange type. This will allow the type to be correctly serialized and deserialized.
Close #187