See: Description
| Class | Description |
|---|---|
| AbstractAmfConversionServiceConfigProcessor |
Base
MessageBrokerConfigProcessor implementation that installs an alternative PropertyProxy implementation for
enhanced serialization and deserialization of specific types. |
| ClassPathScanningAmfConversionServiceConfigProcessor |
Generic extension of
AbstractAmfConversionServiceConfigProcessor that configures the Spring ConversionService-based AMF
serialization/deserialization support via classpath scanning. |
| NumberConverter |
GenericConverter implementation that converts between Number types. |
| SpringPropertyProxy |
Spring
ConversionService-aware PropertyProxy that seeks to find an appropriate converter for
a given bean property during AMF serialization and deserialization. |
| SpringPropertyProxy.DelayedWriteSpringPropertyProxy |
Extension to
SpringPropertyProxy that allow for use of classes that lack default no-arg constructors and instead have
a constructor annotated with AmfCreator. |
| Annotation Type | Description |
|---|---|
| AmfCreator |
Indicates the constructor to be used when deserializing a type from AMF.
|
| AmfIgnore |
Indicates a property to be skipped during the AMF conversion process.
|
| AmfIgnoreField |
Indicates a field to be skipped during the AMF conversion process.
|
| AmfProperty |
Indicates the name of a property in an AMF message to be mapped to a constructor parameter during deserialization.
|
Enhanced AMF serialization/deserialization customization support.
Copyright © 2014. All rights reserved.