Add a helper for serialization of unit structs. These are just zero-sized structs (RFC-1506), so it makes sense to serialize them to an empty ("{}") struct.
Update: Added deserialization support.
Update2: Serialize / Deserialize unit structs to / from null.
Add a helper for serialization of unit structs. These are just zero-sized structs (RFC-1506), so it makes sense to serialize them to an empty (
"{}"
) struct.Update: Added deserialization support.
Update2: Serialize / Deserialize unit structs to / from null.
Closes #18.