Package ca.phon.xml
Class XMLSerializerFactory
java.lang.Object
ca.phon.xml.XMLSerializerFactory
Obtain instances of
XMLSerializer
objects.-
Constructor Summary
-
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
null
of no serializer is found
-