Handling `Uint8Array` Serialization in JSON for RPC
Model.Uuidv4Insert has a json.Encoded of Uint8Array<ArrayBufferLike>, but this gets serialized as an object so when used on a schema with rpc it can't be decoded.What is the recommended way of handling this? Should I make a new variant with a custom json encoding?
