Rendezvous with technology

Posts Tagged ‘HTTPService

serializationFilter in HTTPMultiService

Posted by: Sameer on: October 28, 2009

HTTPService/HTTPMultiService have a cool concept of a Serialization Filter. This mechanism let’s you configure and manipulate various aspects of the HTTP call like the request, response, etc..
A default implementation of SerializationFilter is provided in mx.rpc.http.SerializationFilter
Usage -
You can create a custom SerializationFilter by extending from the default implementation and set it on the HTTPService instance or [...]