public interface IBindingType
enum types implement this so dynamic proxies can marshal calls to JSON bindings.| Modifier and Type | Method and Description |
|---|---|
Object |
toBindingValue()
Produce a value suitable for a
Bindings value e.g., a simple JSON value like a string or a
number. |
Copyright © 2019. All rights reserved.