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.