Prefix

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Prefix(val value: ByteArray)

Annotation added for serializing using BluetoothFormat

When applied, the encoded object will be prefixed by value

Properties

Link copied to clipboard

the ByteArray to add as a Prefix