{
"___jsonclass": "com.example.Boost",
"created": "1609182528000",
"___class": "com.example.Boost",
"startTime": "1609182529000",
"endTime": "1609343473000",
"ownerId": "7D9E8E96-227F-C0A6-FFC9-7446F67E0300",
"updated": "1609339873000",
"objectId": "40A3672E-DFFB-426D-BDA5-3ABF3AF16D2F",
"___dates___": [
"1609343473000",
"1609182528000",
"1609182529000",
"1609339873000"
]
}
When parsing this object I receive the following exception:
[__NSCFString timeIntervalSinceReferenceDate]
The object class in Backendless tables is DateTime.
I have set the mapping for the class:
Backendless.shared.data.of(Boost.self).mapToTable(tableName: “com.example.Boost”)
This happends when invoking custome APIs.
Any help with this is appreaciated.
Thank you,
Adrian