amf
Flash/Flex: Is it possible to encode Dictionary using AMF?
As the title suggests, is it possible to use AMF to encode/decode Dictionaries (without subclassing, that is)?[详细]
2022-12-27 16:35 分类:问答Flex: Configure AMF serialization warnings?
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):[详细]
2022-12-26 12:55 分类:问答Using Mate's RemoteObjectInvoker with C# classes
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[详细]
2022-12-26 11:56 分类:问答Flex remoting and progress events?
Is there a way to monitor the loading progress (percent progress bar style) when using Flex remoting?[详细]
2022-12-26 04:42 分类:问答Flex: Unexpected leakage with RemoteObject + IExternalizable?
I\'ve been tinkering with IExternalizable, but I\'ve noticed some unexpected behavior. I\'ve got this class:[详细]
2022-12-26 01:10 分类:问答Byte encryption ( DES-CBC zero pad )
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[详细]
2022-12-25 20:44 分类:问答MAMP: How to add AMF PHP extension?
How can I add a PHP extension cal开发者_如何学Pythonled \"AMF\" to my MAMP setup in Mac OSX? Thanks in advance :)[详细]
2022-12-25 10:36 分类:问答Async threaded tcp server
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[详细]
2022-12-24 23:43 分类:问答What AMF Servers Support Remote Shared Objects?
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.[详细]
2022-12-24 18:41 分类:问答Flex Null Integer
I take data from Java to Flex by AMF (BlazeDS) In java side object has Integer field. So开发者_运维知识库 it can be null.[详细]
2022-12-22 17:57 分类:问答