Uses of Interface
org.knime.core.webui.data.InitialDataService.Serializer
Packages that use InitialDataService.Serializer
Package
Description
This package offers a default implementation of a Node Dialog as described in
org.knime.core.webui.node.dialog.-
Uses of InitialDataService.Serializer in org.knime.core.webui.data
Methods in org.knime.core.webui.data with parameters of type InitialDataService.SerializerModifier and TypeMethodDescriptionInitialDataService.InitialDataServiceBuilder.serializer(InitialDataService.Serializer<D> serializer) -
Uses of InitialDataService.Serializer in org.knime.core.webui.node.dialog.defaultdialog
Classes in org.knime.core.webui.node.dialog.defaultdialog that implement InitialDataService.SerializerModifier and TypeClassDescriptionclassSerializes POJOs into strings using the same object mapper as is used forDefaultNodeSettings-implementations.