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