Welcome
Login
Sign up
Home
Solutions
Forums
How can we help you today?
Enter your search term here...
Search
Login
or
Signup
to submit a new ticket
Check ticket status
Start a new topic
Discussions
Kinvey Forums
iOS
Could not serialize error
F
FabrÃcio Massula Dutra
started a topic
almost 7 years ago
Hi, when fetching relational data, everything works great: objects and others from its relationships are created, but I always get this error:
2014-04-14 16:51:35:263 KCSEntityPersistence:394 [ERROR (DATA)] could not serialize: {
"_acl" = {
creator = 534b1391403f26fb022a5cbc;
};
"_id" = 534c392e403f26fb022ab813;
child = "";
}
Is there any problem with my entity class? Thanks.
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
C
Caroline
said
over 6 years ago
Hey Fabricio, I wanted to let you know that our iOS lib author is out of the office, sorry for the delay!
M
Mike
said
over 6 years ago
I'm not sure. What does the entity look like when loaded from the REST API (web console) ?
Login
or
Signup
to post a comment
More topics in
iOS
Why do I get "Undefined symbols" errors when building with KinveyKit?
How do I register push tokens?
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
How can I assign additional properties to users?
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
Authorization Token Invalid or Expired
BOOL and how it is stored in the database.
Offline saving throwing errors
Custom endpoint not able to form request object
Security through business logic
See all 437 topics
FabrÃcio Massula Dutra
2014-04-14 16:51:35:263 KCSEntityPersistence:394 [ERROR (DATA)] could not serialize: {
"_acl" = {
creator = 534b1391403f26fb022a5cbc;
};
"_id" = 534c392e403f26fb022ab813;
child = "";
}
Is there any problem with my entity class? Thanks.