public interface IRmfBlock
Modifier and Type | Method and Description |
---|---|
String |
getMainTag()
Obtiene el tag principal del bloque
|
Object |
getResult()
Obtiene el objeto resultante de haber aplicado un read.
|
void |
read(String xml)
Lee el bloque XML pasado por parámetro y carga el objeto correspondiente
con los datos.
|
String |
write()
Obtiene un bloque XML que representa a las propiedades del objeto a
serializar.
|
void read(String xml) throws ParsingException
xml.
- Texto XML que representa el objeto.ParsingException
String write() throws IOException
IOException
String getMainTag()
Object getResult()