from Primitive
open override fun fromPrimitive(primitive: ByteArray, context: PersistentDataAdapterContext): IntArray
Converts the primitive type (ByteArray) to the complex type (IntArray).
Return
The converted complex type (IntArray).
Parameters
primitive
The primitive type to convert.
context
The PersistentDataAdapterContext.