-
Notifications
You must be signed in to change notification settings - Fork 10
[serde] Add more Serde derived tests #43
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfeature:serdeIssue or pull related to Serde integrationIssue or pull related to Serde integrationinternalIssue or pull request which is internal and has no user-visible effectIssue or pull request which is internal and has no user-visible effect
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature:serdeIssue or pull related to Serde integrationIssue or pull related to Serde integrationinternalIssue or pull request which is internal and has no user-visible effectIssue 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
SerializerandDeserializerusage might be similar for many cases, and only the derivedSerializeandDeserializeimplementation has larger differences, but that is unrelated to the Serde support by Struson.