Description
NumPy arrays can be encoded into msgpack with the upstream git version of the serializer. Data engineers use this variant for current array serialization behavior in caches, pipelines, and scientific tooling. Decoding untrusted binary payloads requires shape and type validation.