You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Hamper insert() function, it is not allowed to insert into the submitted data anything else than a primitive, instead, an error is thrown saying that those fields are not String objects.
Should be taken into consideration to implement a way to handle generic objects other than primitive ones.
The text was updated successfully, but these errors were encountered:
rc2pc2
changed the title
Handling of DateTime (or any other) objects
Handling of DateTime (or any other) object
May 21, 2020
rc2pc2
changed the title
Handling of DateTime (or any other) object
Handling of DateTime (or any other) non-primitive object
May 21, 2020
When using the Hamper
insert()
function, it is not allowed to insert into the submitted data anything else than a primitive, instead, an error is thrown saying that those fields are not String objects.Should be taken into consideration to implement a way to handle generic objects other than primitive ones.
The text was updated successfully, but these errors were encountered: