Skip to content
Unverified Commit 9b40b38d authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Fix Enum Serialization (#160)

Named enums were being incorrectly serialized via the derive macro. This was causing the value of the enum to be disregarded. This change implements `Serialize` and `Deserialize` explicitly for enums.

Additionally, a new protocol test was added that avoid using sets–this allow it to be run without being flaky until #37 is fixed.
parent cdb63348
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment