public final class CommandSerializer extends AbstractConfigurableMultiSerializer<org.eclipse.core.commands.Command>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOptionoptions| Constructor and Description |
|---|
CommandSerializer(ConfigurableSerializer.Option... options) |
CommandSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
put(StructuredContent content,
org.eclipse.core.commands.Command command) |
serialize, serialize, serializeserializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializepublic CommandSerializer(ConfigurableSerializer.Option... options)
public CommandSerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected void put(StructuredContent content, org.eclipse.core.commands.Command command)
put in class AbstractSerializer<org.eclipse.core.commands.Command>