I'm trying to move my code from JRDC to JRDC2 but now I get an error on the server when I use ExecuteQuery2 from the client.
The line in JRDC2 that generate the error is this
And the error is:
Any hint ?
The line in JRDC2 that generate the error is this
B4X:
Dim data() As Byte = ser.ConvertObjectToBytes(res)
And the error is:
B4X:
java.lang.RuntimeException: java.lang.RuntimeException: Cannot serialize object: 2015-12-0412:07:08.0
Any hint ?