You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Calling
Configs.Reify<T>
withReificationOptions
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.
The text was updated successfully, but these errors were encountered: