-
- All Implemented Interfaces:
public interface ScaleCodecAdapterFactoryAn interface for making a ScaleCodecAdapter of a generic type T
-
-
Method Summary
Modifier and Type Method Description abstract <T extends Any> ScaleCodecAdapter<T>make()Makes a ScaleCodecAdapter of a generic type T -
-
Method Detail
-
make
abstract <T extends Any> ScaleCodecAdapter<T> make()
Makes a ScaleCodecAdapter of a generic type T
-
-
-
-