Package ca.phon.xml

Class XMLSerializerFactory

java.lang.Object
ca.phon.xml.XMLSerializerFactory

public class XMLSerializerFactory extends Object
Obtain instances of XMLSerializer objects.
  • Constructor Details

    • XMLSerializerFactory

      public XMLSerializerFactory()
  • Method Details

    • newSerializerForType

      public XMLSerializer newSerializerForType(Class<?> type)
      Obtain an XMLSerializer instance for the given class.
      Parameters:
      type -
      Returns:
      serializer for the given type or null of no serializer is found