Uses of Class
org.eclipse.core.commands.SerializationException
-
Packages that use SerializationException Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers.org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. -
-
Uses of SerializationException in org.eclipse.core.commands
Methods in org.eclipse.core.commands that throw SerializationException Modifier and Type Method Description ParameterizedCommand
CommandManager. deserialize(String serializedParameterizedCommand)
Returns aParameterizedCommand
with a command and parameterizations as specified in the providedserializedParameterizedCommand
string. -
Uses of SerializationException in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that throw SerializationException Modifier and Type Method Description ParameterizedCommand
ICommandService. deserialize(String serializedParameterizedCommand)
Returns aParameterizedCommand
with a command and parameterizations as specified in the providedserializedParameterizedCommand
string.
-