Page 1 of 1

SFSObjectSerializer

Posted: 26 Apr 2010, 19:50
by rgfernan
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

Code: Select all

xmlData.append("<obj o='").append(nodeName).append("' t='a'>");


for

Code: Select all

xmlData.append("<obj o='").append(nodeName).append("' t='o'>");


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'?