C D G S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in interface com.solace.serdes.Deserializer
-
Closes this
Deserializer
- close() - Method in interface com.solace.serdes.Serializer
-
Closes this
Serializer
- com.solace.serdes - package com.solace.serdes
-
Provides generic SERDES and SERDES interface for Solace SERDES serialization.
- com.solace.serdes.version - package com.solace.serdes.version
-
Provides version information for the generic SERDES and interface module.
- configure(Map<String, ?>) - Method in interface com.solace.serdes.Deserializer
-
Configures this
Deserializer
- configure(Map<String, ?>) - Method in interface com.solace.serdes.Serializer
-
Configures this
Serializer
- configure(Map<String, ?>) - Method in class com.solace.serdes.StringDeserializer
-
Configures this
StringDeserializer
with the given properties. - configure(Map<String, ?>) - Method in class com.solace.serdes.StringSerializer
-
Configures this
StringSerializer
with the given properties.
D
- deserialize(String, byte[]) - Method in interface com.solace.serdes.Deserializer
-
Deserialize payload bytes into business object of type T
- deserialize(String, byte[]) - Method in class com.solace.serdes.StringDeserializer
-
Deserializes the given byte[] to string using the configured character encoding.
- deserialize(String, byte[], Map<String, Object>) - Method in interface com.solace.serdes.Deserializer
-
Deserialize payload bytes and headers into business object of type T
- Deserializer<T> - Interface in com.solace.serdes
-
Interface to convert serialized payload bytes into pojo objects.
G
- getInfo() - Static method in interface com.solace.serdes.version.VersionInfo
-
Gets a VersionInfo instance.
- getModule() - Method in interface com.solace.serdes.version.VersionInfo
-
Gets the module name of the artifact.
- getRevision() - Method in interface com.solace.serdes.version.VersionInfo
-
Gets the SCM revision identifier (Git commit hash) of the build.
- getVersion() - Method in interface com.solace.serdes.version.VersionInfo
-
Gets the version string of the artifact.
S
- SerializationException - Exception in com.solace.serdes
-
Runtime exception raised when an error occurs as a part of
Deserializer
orSerializer
operation. - SerializationException() - Constructor for exception com.solace.serdes.SerializationException
-
Constructs a new serialization exception with null as its detail message.
- SerializationException(String) - Constructor for exception com.solace.serdes.SerializationException
-
Constructs a new serialization exception with message.
- SerializationException(String, Throwable) - Constructor for exception com.solace.serdes.SerializationException
-
Constructs a new serialization exception with the specified detail message and cause.
- SerializationException(Throwable) - Constructor for exception com.solace.serdes.SerializationException
-
Constructs a new serialization exception with the specified cause and a detail message of (cause==null ?
- serialize(String, String) - Method in class com.solace.serdes.StringSerializer
-
Serializes the given string data to byte[] using the configured character encoding.
- serialize(String, T) - Method in interface com.solace.serdes.Serializer
-
Serializes given object and destination.
- serialize(String, T, Map<String, Object>) - Method in interface com.solace.serdes.Serializer
-
Serializes given object, destination and headers.
- Serializer<T> - Interface in com.solace.serdes
-
Interface to convert pojo objects into serialized payload bytes.
- SOLACE_DESERIALIZER_STRING_ENCODING - Static variable in class com.solace.serdes.StringDeserializer
- SOLACE_SERIALIZER_STRING_ENCODING - Static variable in class com.solace.serdes.StringSerializer
- StringDeserializer - Class in com.solace.serdes
-
A deserializer for converting byte[] to strings using a specified character encoding.
- StringDeserializer() - Constructor for class com.solace.serdes.StringDeserializer
- StringSerializer - Class in com.solace.serdes
-
A serializer for converting strings to byte[] using a specified character encoding.
- StringSerializer() - Constructor for class com.solace.serdes.StringSerializer
V
- VersionInfo - Interface in com.solace.serdes.version
-
Provides access to the artifact's version and build revision information.
All Classes All Packages