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
I tried to create a custom editor with a custom list of objects but the saving is failed, because the max length of the serialized data is 8*1024.
The StorageHandlerImpl did not serialize each item in the list separated, so it handles the whole list.
Any idea how can I handle this?
The text was updated successfully, but these errors were encountered:
Hi guys,
I tried to create a custom editor with a custom list of objects but the saving is failed, because the max length of the serialized data is 8*1024.
The StorageHandlerImpl did not serialize each item in the list separated, so it handles the whole list.
Any idea how can I handle this?
The text was updated successfully, but these errors were encountered: