Bug 510792 - Add support to pass non string types through the command-service
diff --git a/bundles/runtime/org.eclipse.fx.core/OSGI-INF/services/org.eclipse.fx.core.adapter.internal.AdapterServiceImpl.xml b/bundles/runtime/org.eclipse.fx.core/OSGI-INF/services/org.eclipse.fx.core.adapter.internal.AdapterServiceImpl.xml
index f9bd89d..bb06ea4 100644
--- a/bundles/runtime/org.eclipse.fx.core/OSGI-INF/services/org.eclipse.fx.core.adapter.internal.AdapterServiceImpl.xml
+++ b/bundles/runtime/org.eclipse.fx.core/OSGI-INF/services/org.eclipse.fx.core.adapter.internal.AdapterServiceImpl.xml
@@ -4,5 +4,6 @@
<service>
<provide interface="org.eclipse.fx.core.adapter.AdapterService"/>
</service>
+ <reference bind="setValueSerializer" cardinality="0..1" interface="org.eclipse.fx.core.ValueSerializer" name="ValueSerializer" policy="static" policy-option="greedy" unbind="unsetValueSerializer"/>
<reference bind="registerAdapterProviderService" cardinality="0..n" interface="org.eclipse.fx.core.adapter.AdapterProvider" name="registerAdapterProviderService" policy="static" policy-option="greedy" unbind="unregisterAdapterProviderService"/>
</scr:component>
\ No newline at end of file