-
- All Implemented Interfaces:
public final class ScaleCodecAdapterKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Tread(ScaleCodecAdapter<T> $self, ByteArray byteArray, KClass<T> type)final static <T extends Any> Tread(ScaleCodecAdapter<T> $self, ByteArrayReader reader, KClass<T> type)final static <T extends Any> ByteArraywrite(ScaleCodecAdapter<T> $self, T obj, KClass<T> type)-
-
Method Detail
-
read
final static <T extends Any> T read(ScaleCodecAdapter<T> $self, ByteArray byteArray, KClass<T> type)
-
read
final static <T extends Any> T read(ScaleCodecAdapter<T> $self, ByteArrayReader reader, KClass<T> type)
-
write
final static <T extends Any> ByteArray write(ScaleCodecAdapter<T> $self, T obj, KClass<T> type)
-
-
-
-