Spring BlazeDS Integration

Package org.springframework.flex.core.io

Enhanced AMF serialization/deserialization customization support.

See:
          Description

Class Summary
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.
HibernateConfigProcessor MessageBrokerConfigProcessor implementation that uses the Hibernate Metadata API to determine all classes that potentially need special AMF conversion rules applied to them to prevent lazy initialization errors.
HibernateProxyConverter GenericConverter implementation that converts from HibernateProxy to Object and will either: Convert to null if the HibernateProxy instance is uninitialized Convert to the underlying proxied class if the HibernateProxy is initialized
JpaHibernateConfigProcessor Specialized subclass of HibernateConfigProcessor that can be used with a Hibernate-provided JPA EntityManagerFactory instead of the native Hibernate SessionFactory.
NumberConverter GenericConverter implementation that converts between Number types.
PersistentCollectionConverterFactory ConverterFactory implementation that supplies a Converter instance that can convert PersistentCollection instances from Hibernate.
SpringPropertyProxy Spring ConversionService-aware PropertyProxy that seeks to find an appropriate converter for a given bean property during AMF serialization and deserialization.
 

Annotation Types Summary
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.
 

Package org.springframework.flex.core.io Description

Enhanced AMF serialization/deserialization customization support.


Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.