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 null
Copyright 2019-2024 Solace Corporation. All rights reserved.