Search found 1 match

by drjoachim
26 Feb 2010, 14:02
Forum: .Net / Unity3D API
Topic: .NET Api: JsonMapper (c#)
Replies: 1
Views: 6218

.NET Api: JsonMapper (c#)

Today i was trying to send data from the serverextension to a client with Json. On the client side I have the following code: public void OnExtensionResponse(object data, string type) { // Handle XML responses if (type == SmartFoxClient.XTMSG_TYPE_XML) { SFSObject responseD...

Go to advanced search