Package manifold.ext.rt.api
Interface IBindingType
-
public interface IBindingTypeenumtypes implement this so dynamic proxies can marshal calls toBindings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjecttoBindingValue()Produce a value suitable for aBindingsvalue e.g., a simple value like a string or number or another Bindings or List of such values.
-
-
-
Method Detail
-
toBindingValue
Object toBindingValue()
Produce a value suitable for aBindingsvalue e.g., a simple value like a string or number or another Bindings or List of such values.
-
-