Uses of Class
org.eclipse.core.commands.SerializationException
Package
Description
Application programming interfaces for commands and handlers.
Provides support for retrieving information on Commands from the workbench.
-
Uses of SerializationException in org.eclipse.core.commands
Modifier and TypeMethodDescriptionCommandManager.deserialize
(String serializedParameterizedCommand) Returns aParameterizedCommand
with a command and parameterizations as specified in the providedserializedParameterizedCommand
string. -
Uses of SerializationException in org.eclipse.ui.commands
Modifier and TypeMethodDescriptionICommandService.deserialize
(String serializedParameterizedCommand) Returns aParameterizedCommand
with a command and parameterizations as specified in the providedserializedParameterizedCommand
string.