KeyByteOrder

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class KeyByteOrder(val order: ByteOrder = ByteOrder.LEAST_SIGNIFICANT_FIRST)

Applies com.splendo.kaluga.bluetooth.serialization.ByteOrder to any Key in a Map

Properties

Link copied to clipboard