Update SerializeAdapter #38

Closed
opened 2020-04-17 17:54:41 +02:00 by mohr · 1 comment
Owner

Rename AutoSerializeAdapter to SerializeAdapter, remove previous implementation of SerializeAdapter.

Current code can be adapted by removing the template parameter from the class as the AutoSerializeAdapter is able to infer the type.

Also, move SerializeAdapter_ into a private member class. This is in conflict to the solution proposed in #35 of moving it into its own file but seen as a better alternative as it communicates the intended use ("don't") better to the user.

Rename AutoSerializeAdapter to SerializeAdapter, remove previous implementation of SerializeAdapter. Current code can be adapted by removing the template parameter from the class as the AutoSerializeAdapter is able to infer the type. Also, move SerializeAdapter\_ into a private member class. This is in conflict to the solution proposed in #35 of moving it into its own file but seen as a better alternative as it communicates the intended use ("don't") better to the user.
mohr added the
feature
API Change
labels 2020-04-17 17:54:41 +02:00
Owner

I will adapt #35 to these changes

I will adapt #35 to these changes
mohr closed this issue 2020-07-10 12:21:16 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#38
No description provided.