kotlinx-uuid
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kotlinx-uuid
kotlinx-uuid-sqldelight
/
app.softwork.uuid.sqldelight
/
UuidByteArrayAdapter
Uuid
Byte
Array
Adapter
data
object
UuidByteArrayAdapter
:
ColumnAdapter
<
Uuid
,
ByteArray
>
(
source
)
Members
Functions
decode
Link copied to clipboard
open
override
fun
decode
(
databaseValue
:
ByteArray
)
:
Uuid
encode
Link copied to clipboard
open
override
fun
encode
(
value
:
Uuid
)
:
ByteArray