Serializes an Object into a String using XML format. If postprocessing instructions have been set by {@link #setPostprocessorInstruction(Source)}these are applied to the result of the serialization.
@param obj The object to serialize.
@return The object serialized into a String.
@exception SerializerException If the serialization failed.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.