public class Canonical extends Object
Canonical conversion takes place when no explicit registered converters for the types are found. The source object is converted to a canonical format, after this the conversion to the target type is relaunched.
A canonical format should have a one to one relationship to the objects of the original type. i.e. given the original type, an object that is equal to the original one can be constructed.
Example
Date <--> milliseconds
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.