i'm trying sending model class. android is good.
but ios doesn't work and can't find working example or explanation that in this site.
sfs2x server output 'can't find a class' exception.
i have a few questions.
1. in docs 'http://docs2x.smartfoxserver.com/AdvancedTopics/class-serialization'
iOS API SerializableSFSType protocol require method implementation '-(NSMutableDictionary *)dictionary;'Implement the SerializableSFSType interface. This interface has no methods, and it just works as a "marker" for serializable classes.
what i implement in this method?
2.
Objective-C doesn't have an equivalent to Java packages. Are there other alternatives?Use the same exact package and class name on boths sides of the application. In other words the RpgCharacter class must reside in the same package both in Java and Actionscript.
thanks and sorry for bad eng.