public interface SerieConverterInterface
extends java.util.Iterator<java.lang.Object>
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object o)
used to unmarshalling a js array
add new child (java class)
|
java.lang.Object |
getObject()
used to unmarshalling a js array
return the final object
|
void |
setObject(java.lang.Object obj)
used while marshalling
set java object to iterate into. subsequence call to next will be made to return each childs
|
void setObject(java.lang.Object obj) throws ParserException
obj
- ParserException
- : if the converter cannot work on objvoid add(java.lang.Object o) throws NotYetDefinedException
o
- NotYetDefinedException
- if base object not yet instanciedjava.lang.Object getObject() throws NotYetDefinedException
NotYetDefinedException
- if base object not yet instancied