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
We use the same Schematic implementation in various protocols/usecases. One problem is some protocols might not be aware of some hints. For instance, AWS' RestJson is unaware of discriminated unions. We should be able to pass hint masks to Schematic implementations, that would be used in the withHints method, preventing the discovery (and associated behaviour) of irrelevant hints.
The text was updated successfully, but these errors were encountered:
We use the same Schematic implementation in various protocols/usecases. One problem is some protocols might not be aware of some hints. For instance, AWS' RestJson is unaware of discriminated unions. We should be able to pass hint masks to Schematic implementations, that would be used in the
withHints
method, preventing the discovery (and associated behaviour) of irrelevant hints.The text was updated successfully, but these errors were encountered: