Uses of Class
de.xima.fc.prompt.service.PromptSerializationException
Packages that use PromptSerializationException
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of PromptSerializationException in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that throw PromptSerializationExceptionModifier and TypeMethodDescriptionIPromptServiceHandler.deserializeConnectionConfig(SerializedPromptConfig serializedConfig) Deserializes a serialized prompt connection configuration into aObjectobject, as previously serialized byIPromptServiceHandler.serializeConnectionConfig(Object).IPromptServiceHandler.deserializeQueryConfig(SerializedPromptConfig serializedConfig) Deserializes a serialized prompt query configuration into aQueryConfigobject, as previously serialized byIPromptServiceHandler.serializeQueryConfig(Object).IPromptServiceHandler.serializeConnectionConfig(ConnectionConfig config) Serializes the configuration of a prompt connection into a format that can be stored in a data storage, such as a database or a file.IPromptServiceHandler.serializeQueryConfig(QueryConfig config) Serializes the configuration of a prompt query into a format that can be stored in a data storage, such as a database or a file.