Message serialization classes.
| Interface | Description | |
|---|---|---|
| ClassAlias | A Class can implement this interface to customize the alias reported by a BeanProxy when describing a complex object's traits. | |
| MessageDeserializer | An interface to allow for either AMF or AMFX based deserializers to process requests. | |
| PageableRowSet | Implementations of this class are recoginized by the serialization filter as result sets that are pageable. | |
| PropertyProxy | A PropertyProxy allows customized serialization and deserialization of complex objects by providing access to each of the steps in the serialization and deserialization process. | |
| TypeMarshaller | A utility to convert between data types, useful for mapping loosely typed client classes to more strongly typed server classes. |
| Class | Description | |
|---|---|---|
| ArrayCollection | Used to map to client mx.collections.ArrayCollection to java.util.Lists in Java. | |
| BeanProxy | Uses Bean introspection to collect the properties for a given instance. | |
| ClassAliasRegistry | A simple registry that maps an alias to a concrete class name. | |
| DictionaryProxy | Proxies serialization of a Dictionary and considers all keys as String based property names. | |
| MapProxy | Proxies serialization of a Map and considers all keys as String based property names. | |
| ObjectProxy | Flex's ObjectProxy class allows an anonymous, dynamic ActionScript Object to be bindable and report change events. | |
| PageableRowSetProxy | A wrapped PageableRowSet instance requires custom serialization so this legacy type has been made to fit the PropertyProxy interface. | |
| PagedRowSet | A wrapper for a RowSet to make it pageable. | |
| PropertyProxyRegistry | Allows custom PropertyProxy's to be registered on a Class basis. | |
| RecoverableSerializationException | This exception class should be used by the deserializers to indicate that a non fatal exception occurred during serialization. | |
| SerializationContext | A simple context to get settings from an endpoint to a deserializer or serializer. | |
| SerializationDescriptor | The SerializationProxy uses this descriptor to determine which fields and properties should be excluded from an object graph on an instance-by-instance basis. | |
| SerializationException | Typically signifies that a fatal exception happened during deserialization or serialization. | |
| SerializationProxy | This class is the server side portion of a custom serialization mechanism to support partial serialization of Objects. | |
| StatusInfoProxy | Serializes a Throwable as a Status Info object, which is sent back to the client as an ActionScript object. | |
| ThrowableProxy | Throwable instances are treated as a special type of Bean as usually properties are read only but need to be serialized. | |
| TypeMarshallingContext | A simple context to hold type marshalling specific settings. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/io/package-detail.html