org.ehcache.config
Interface SerializerConfiguration<T extends SerializationProvider>

All Superinterfaces:
ServiceConfiguration<T>
All Known Implementing Classes:
DefaultSerializerConfiguration

public interface SerializerConfiguration<T extends SerializationProvider>
extends ServiceConfiguration<T>

Configuration passed to SerializationProvider in order to control the creation of a Serializer.


Nested Class Summary
static class SerializerConfiguration.Type
          Serialization provider types
 
Method Summary
 SerializerConfiguration.Type getType()
          Get the type of the serializer configured
 
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration
getServiceType
 

Method Detail

getType

SerializerConfiguration.Type getType()
Get the type of the serializer configured

Returns:
the type