How can I send Java object between client and server on Android and iOS?
问题 I have a client and a server both written in Java and sharing Java classes that should be sent between each other. I'm not sure which libraries I can use for this on mobile because I don't know what Dalvik supports, what RoboVM supports etc. Not sure what Gluon Mobile can do for me in this case. Specifically I have a file that looks like this: class Data { IntegerProperty int1 = new SimpleIntegerProperty(4); ObjectProperty<Person> person = new SimpleObjectProperty(); ObservableList<Contact>