-
More shortly such problem, swears that is not able to store in CartItemEntity array. error
|
Beta Was this translation helpful? Give feedback.
Answered by
dkaera
Jun 24, 2022
Replies: 1 comment 3 replies
-
For the inner objects, you need to use TypeConverters because the entity is like a table view where each declared field represents a column name with a primitive type and the field's value is the value in the cell. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
thq919
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the inner objects, you need to use TypeConverters because the entity is like a table view where each declared field represents a column name with a primitive type and the field's value is the value in the cell.
More information about supported types is here