T - the type of business object to convert to a byte-array@FunctionalInterface public static interface Converter.ObjectToBytes<T extends Serializable> extends Converter
Converter.BytesToObject<T extends Serializable>, Converter.ObjectToBytes<T extends Serializable>| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytes(T src)
Converts the specified business object to a byte-array.
|
byte[] toBytes(T src)
src - the business object, which cannot be nullCopyright 2019-2025 Solace Corporation. All rights reserved.