I am developing an app that has a Python server which receives numpy arrays as parameters. The problem I have is that I have to develop the client with Java and I would like to know if I can make a numpy array in Java and pass it without any problem. If it is possible, how would it be done or with what library?
Thank you!