Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for custom deserializers #113

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aaron-steinfeld
Copy link
Contributor

Description

This change allows adding registering deserializers.

Testing

Updated unit tests, ran example app in repo

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@codecov
Copy link

codecov bot commented Dec 6, 2020

Codecov Report

Merging #113 (69b1f7e) into update-test-configs (1e47520) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           update-test-configs      #113   +/-   ##
=====================================================
  Coverage               100.00%   100.00%           
=====================================================
  Files                       48        48           
  Lines                      651       646    -5     
  Branches                    59        61    +2     
=====================================================
- Hits                       651       646    -5     
Impacted Files Coverage Δ
...injectable-wrappers/model-property-type.service.ts 100.00% <ø> (ø)
...src/configuration/default-configuration.service.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e47520...69b1f7e. Read the comment docs.

Base automatically changed from update-test-configs to main December 18, 2020 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant