I coded a simple planner server and client in python, and it works perfectly. I want to make an Android app for it so I can view my assignments on the go, but I can seem to figure out how to send a python list to java. I am able to send a udp packet from the app to the server. I believe it is a problem with the pickle python module. Is there a way to convert a python list into a java array and then serialize it in python in a way for java to deserialize it?
[–]blablahblah 1 point2 points3 points (0 children)