Skip to content

Reification options passed as a parameter to Configs.Reify are not correctly passed through types with FromDoc's #48

@grahamboree

Description

@grahamboree

Calling Configs.Reify<T> with ReificationOptions flags should override the default reification options for the object graph that it's reading. This is true when reading normal data, but if any type in the graph has a FromDoc, that type and all children of that object graph will not use the provided reification options.

This may require updating FromDoc signatures to take reification options, or we could add another static field to track this.

Metadata

Metadata

Assignees

Labels

🐛bugClearly not working as expected

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions