ValueByteOrder

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

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

Properties

Link copied to clipboard