Migration Guide : Migrating from Version 5.5 : Default XML serialization methods added for Date and Time
Default XML serialization methods added for Date and Time
Date and Time objects are constructed automatically for XML strings in the format specified by ISO 8601. This was done to enable automatic conversion for the 'date' and 'time' types of the XML schema. Users can create custom methods to convert to and from other formats if desired. The XML mapping specification must be updated to enable usage of these custom methods. Specify an 'AttributeClassCreationMethod' in the XML mapping specification to enable a custom method for converting an XML string to a Smalltalk object. Specify an 'ObjectToStringConversionMethod' to enable a custom method for converting a Smalltalk object into a suitable XML string.
 
Last modified date: 07/02/2019