As the title suggests, is it possible to use AMF to encode/decode Dictionaries (without subclassing, that is)?
I have been trying to test my application to make sure that all the important classes can serialize/reload themselves properly (especially those which implement IExter开发者_如何学Gonalizable):
I\'m using the Mate framework for Flex and communicating with a server running C#. I\'m having trouble mapping C# classes to ActopnScript classes. I\'ve got it working fine for simple classes and buil
Is there a way to monitor the loading progress (percent progress bar style) when using Flex remoting?
I\'ve been tinkering with IExternalizable, but I\'ve noticed some unexpected behavior. I\'ve got this class:
Currently writing my own AMF TcpSocketServer. Everything works good so far i can send and recieve objects and i use some serialization/deserialization code. Now i started working on the encryption cod
How can I add a PHP extension cal开发者_如何学Pythonled \"AMF\" to my MAMP setup in Mac OSX? Thanks in advance :)
I want to create a high performance server in C# which could take about ~10k clients. Now i started writing a TcpServer with C# and for each client-connection i open a new thread. I also use one threa
Greetings. I\'m planning on building a Flex based multiplayer game, and I\'m researching what will be required for the server end. I have PHP experience, so I started looking at ZendAMF.
I take data from Java to Flex by AMF (BlazeDS) In java side object has Integer field. So开发者_运维知识库 it can be null.