[serde] Add more Serde derived tests #43
Labels
enhancement
New feature or request
feature:serde
Issue or pull related to Serde integration
internal
Issue or pull request which is internal and has no user-visible effect
Enhancement description
As seen with #41 it might be useful to add more Serde tests which cover derived implementations, therefore being closer to real code.
Could possibly
But don't need to cover everything since the
Serializer
andDeserializer
usage might be similar for many cases, and only the derivedSerialize
andDeserialize
implementation has larger differences, but that is unrelated to the Serde support by Struson.The text was updated successfully, but these errors were encountered: