Package jadex.xml
Interface ISubObjectConverter
- 
- All Known Implementing Classes:
- SubObjectConverter
 
 public interface ISubObjectConverterConverter for subobjects. Consist of two methods for object-object conversion.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectconvertObjectForRead(java.lang.Object val, IContext context)Convert an object to another object.java.lang.ObjectconvertObjectForWrite(java.lang.Object val, IContext context)Convert an object to another object.
 
- 
- 
- 
Method Detail- 
convertObjectForReadjava.lang.Object convertObjectForRead(java.lang.Object val, IContext context) throws java.lang.ExceptionConvert an object to another object.- Parameters:
- val- The value to convert.
- Throws:
- java.lang.Exception
 
 - 
convertObjectForWritejava.lang.Object convertObjectForWrite(java.lang.Object val, IContext context) throws java.lang.ExceptionConvert an object to another object.- Parameters:
- val- The value to convert.
- Throws:
- java.lang.Exception
 
 
- 
 
-