When querying a SQL Server database datetimeoffset(0) column I'm getting the following error:
Is datetimeoffset incompatible with jRDC2?
B4X:
ResponseError. Reason: java.lang.RuntimeException: Cannot serialize object: 2021-03-28 02:00:00 +00:00, Response: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 java.lang.RuntimeException: Cannot serialize object: 2021-03-28 02:00:00 +00:00</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /rdc. Reason:
<pre> java.lang.RuntimeException: Cannot serialize object: 2021-03-28 02:00:00 +00:00</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
ERROR: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 java.lang.RuntimeException: Cannot serialize object: 2021-03-28 02:00:00 +00:00</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /rdc. Reason:
<pre> java.lang.RuntimeException: Cannot serialize object: 2021-03-28 02:00:00 +00:00</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
Is datetimeoffset incompatible with jRDC2?