public interface ISubObjectConverter
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | convertObjectForRead(java.lang.Object val,
                    IContext context)Convert an object to another object. | 
| java.lang.Object | convertObjectForWrite(java.lang.Object val,
                     IContext context)Convert an object to another object. | 
java.lang.Object convertObjectForRead(java.lang.Object val,
                                      IContext context)
                               throws java.lang.Exception
val - The value to convert.java.lang.Exceptionjava.lang.Object convertObjectForWrite(java.lang.Object val,
                                       IContext context)
                                throws java.lang.Exception
val - The value to convert.java.lang.Exception