com.echomine.xmlrpc
Interface SerializerFactoryAware
- All Known Implementing Classes:
- ArraySerializer, StructSerializer
public interface SerializerFactoryAware
An inversion of control interface that allows any serializer registered with the serializer factory to
have an instance of the factory. This is used for those serializers where recursive serialization is required.
For instance, an array will contain more data that requires serialization/deserialization. Thus, it uses
the factory to do further work.
setSerializerFactory
void setSerializerFactory(SerializerFactory factory)
- give the implementor a given instance of the factory
Copyright © 2001-2005 Echomine. All Rights Reserved.