Class XMLSerializerFactory
java.lang.Object
ca.phon.xml.XMLSerializerFactory
Obtain instances of
XMLSerializer objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewSerializerForType(Class<?> type) Obtain an XMLSerializer instance for the given class.
-
Constructor Details
-
XMLSerializerFactory
public XMLSerializerFactory()
-
-
Method Details
-
newSerializerForType
Obtain an XMLSerializer instance for the given class.- Parameters:
type-- Returns:
- serializer for the given type or
nullof no serializer is found
-