SFSObjectSerializer
Posted: 26 Apr 2010, 19:50
I get different messages with the java API than the messages I sniff from a flash client. I found that if I change the line #219
for
the messages are now the same.
The class that contains this code is SFSObjectSerializer.
How should the message be? with t='a' or with t='o'?
Code: Select all
xmlData.append("<obj o='").append(nodeName).append("' t='a'>");Code: Select all
xmlData.append("<obj o='").append(nodeName).append("' t='o'>");The class that contains this code is SFSObjectSerializer.
How should the message be? with t='a' or with t='o'?