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