Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Java-SCA-1.0.1
-
None
-
All
Description
The XML serialized form of a CallableReference is currently some XML wrapped up in a Java ObjectOutputStream and converted to base64 binary. This is very implementation-specific, unreadable, and non-interoperable. It would be cleaner to serialize the same information as plain readable XML. I have written a transformer that does this.