-
- All Implemented Interfaces:
public class ScaleCodecSettings.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ScaleCodecSettings.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ScaleCodecSettings<ByteArray>default()Scale codec's default settings with a scale byte array data container and the default adapter provider final ScaleCodecSettings<String>hex()Scale codec's hex settings with a hex data container and the default adapter provider -
-
Method Detail
-
default
final ScaleCodecSettings<ByteArray> default()
Scale codec's default settings with a scale byte array data container and the default adapter provider
-
hex
final ScaleCodecSettings<String> hex()
Scale codec's hex settings with a hex data container and the default adapter provider
-
-
-
-