Postfix

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

Annotation added for serializing using BluetoothFormat

When applied, the encoded object will be postfixed by value

Properties

Link copied to clipboard

the ByteArray to add as a Postfix