Package xal.tools.coding
Interface ConversionAdaptor<N,R>
public interface ConversionAdaptor<N,R>
Declares methods for converting between an object of some native type and a
representation suitable for a particular tool (e.g. for archiving and
unarchiving objects).
-
Method Summary
-
Method Details
-
toRepresentation
convert the native type to a desired representation -
toNative
convert the representation into the native type
-