forked from secure-systems-lab/securesystemslib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseDeserializer requires a class type to deserialize the raw_data into a class. This creates a problem with Paylaod Deserialization, where we have to deserialize the same payload multiple time. BaseDeserializer, JSONDeserializer returns json and that get converted into the class object after that. Payload Deserialization will be app specific and will be implemented at project level. Signed-off-by: Pradyumna Krishna <[email protected]>
- Loading branch information
1 parent
c011e6c
commit 70074f5
Showing
2 changed files
with
20 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters