public final class TreePathSerializer extends AbstractConfigurableMultiSerializer<org.eclipse.jface.viewers.TreePath>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOption
options
Constructor and Description |
---|
TreePathSerializer(ConfigurableSerializer.Option... options) |
TreePathSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
Modifier and Type | Method and Description |
---|---|
protected void |
put(StructuredContent content,
org.eclipse.jface.viewers.TreePath path) |
serialize, serialize, serialize
serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public TreePathSerializer(ConfigurableSerializer.Option... options)
public TreePathSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected void put(StructuredContent content, org.eclipse.jface.viewers.TreePath path)
put
in class AbstractSerializer<org.eclipse.jface.viewers.TreePath>