blob: 71567289d561520b1c9d6729fee8c921acff45be (
plain) (
blame)
1
2
3
|
Convert Voluptuous schemas to dictionaries so they can be serialized.
You can pass a custom serializer to be able to process custom validators.
If the serializer returns UNSUPPORTED, it will return to normal processing.
|