A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
serialize(data) — Static method in class net.flashmog.SerializerAMF3
The serialize function accepts any data argument and returns a ByteArray
serialize(data) — Static method in class net.flashmog.SerializerJSON
The serialize function accepts any data argument and returns a ByteArray
serialize(data) — Static method in class net.flashmog.SerializerPHP
The serialize function accepts any data argument and returns a ByteArray
serialize(data) — Static method in class org.sepy.io.Serializer
Serialize an input data into a PHP readable string which can be send through get or post and deserialized into the starting object
serializeMethod — Property in class net.flashmog.RPCSocket
A string specifying the serialization technique of this RPCSocket My intent with this variable was to allow a user to specify which serialization technique should be used for a given socket.
SERIALIZE_METHOD_AMF3 — Constant static property in class net.flashmog.RPCSocket
SERIALIZE_METHOD_JSON — Constant static property in class net.flashmog.RPCSocket
SERIALIZE_METHOD_PHP — Constant static property in class net.flashmog.RPCSocket
class constants
SERIALIZE_METHOD_XML — Constant static property in class net.flashmog.RPCSocket
Serializer — Class in package org.sepy.io
Serializer enable you to pass and receive complex data type from/to PHP/Flash using the native PHP functions serialize and unserialize.
SerializerAMF3 — Class in package net.flashmog
The SerializerAMF3 Class implements the Serializer interface, thereby implementing a serialize method and an unserialize method for converting data objects to a series of bytes in AMF3 format and back.
SerializerJSON — Class in package net.flashmog
The SerializerAMF3 Class implements the Serializer interface, thereby implementing a serialize method and an unserialize method for converting data objects to a series of bytes in AMF3 format and back.
SerializerPHP — Class in package net.flashmog
The SerializerAMF3 Class implements the Serializer interface, thereby implementing a serialize method and an unserialize method for converting data objects to a series of bytes in AMF3 format and back.
server — Property in class net.flashmog.FlashMOGService
This is a Proxy object to route requests from the client for server-side methods to the RPCSocket This object is necessary because it would be inconvenient and redundant if we were forced to define or declare all server-side methods in the client too.
socket — Property in class net.flashmog.FlashMOGService
Read only accessor for the underlying RPCSocket object
STRING — Constant static property in class com.adobe.serialization.json.JSONTokenType
stringCLenght(data, from, len) — Static method in class org.sepy.io.Serializer
stringLength(data) — Static method in class org.sepy.io.Serializer
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z