-
- All Implemented Interfaces:
public interface ByteArrayConvertibleAn interface for converting object to ByteArray
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraytoByteArray()Converts object to ByteArray -
-
Method Detail
-
toByteArray
abstract ByteArray toByteArray()
Converts object to ByteArray
-
-
-
-