public class SerializerRegistry
extends java.lang.Object
SerializerRegistry
 Stores a list of serializer classes for registration the first time a SerializerFactory
 is used. Previously we were doing this by searching a package in the jar and extracting
 classes that implement the correct interface, but problems were encountered with
 existing satellite's and likely Tomcat caching. We're unsure of how stable this will be
 in the future so resorting to an explicit method of declaring serializer classes once
 again.