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

Add support for ngen.init_config.GenericSerializerDeserializer in ngen.config_gen #179

Closed
aaraney opened this issue Aug 26, 2024 · 1 comment · Fixed by #184
Closed

Add support for ngen.init_config.GenericSerializerDeserializer in ngen.config_gen #179

aaraney opened this issue Aug 26, 2024 · 1 comment · Fixed by #184
Assignees
Labels
enhancement New feature or request feat New software feature; Not build script / CI feature ngen.config_gen Related to ngen.config_gen package

Comments

@aaraney
Copy link
Member

aaraney commented Aug 26, 2024

See #178

@aaraney aaraney added enhancement New feature or request ngen.config_gen Related to ngen.config_gen package feat New software feature; Not build script / CI feature labels Aug 26, 2024
@aaraney aaraney self-assigned this Aug 26, 2024
@aaraney
Copy link
Member Author

aaraney commented Aug 26, 2024

These two code paths will need to be updated:

def _get_serializer(data: BaseModel) -> Callable[[Path], None]:

def _get_file_extension(data: BaseModel) -> str:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat New software feature; Not build script / CI feature ngen.config_gen Related to ngen.config_gen package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant