T
- the byte-array to convert to a business object@FunctionalInterface public static interface Converter.BytesToObject<T extends Serializable> extends Converter
Converter.BytesToObject<T extends Serializable>, Converter.ObjectToBytes<T extends Serializable>
Modifier and Type | Method and Description |
---|---|
T |
convert(byte[] src)
Converts the provided byte-array to the specified type.
|
T convert(byte[] src) throws PubSubPlusClientException.IncompatibleMessageException
src
- a byte-array; a null
check on this parameter is required in the
implementation of this methodPubSubPlusClientException.IncompatibleMessageException
- if an incompatible message payload is foundCopyright 2019-2024 Solace Corporation. All rights reserved.