commonMain.ru.casperix.math.array.uint8.UByteCodec.kt Maven / Gradle / Ivy
package ru.casperix.math.array.uint8
interface UByteCodec {
fun decode(bytes: UByteArray): Custom
fun encode(custom: Custom): UByteArray
}
package ru.casperix.math.array.uint8
interface UByteCodec {
fun decode(bytes: UByteArray): Custom
fun encode(custom: Custom): UByteArray
}