| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class to enable binding between the Java properties file format & objects
When converting property-keys into method names when populating objects,
the following scheme is used to determine the property name:
The reverse scheme is applied to regenerate the property names when serialising
Method Summary | |
String | marshall(Object object) Serialises the given Object |
Object | unmarshall(String doc, String filename) Converts a serialised object back into an Object |
Method Detail |
public String marshall(Object object)
throws fipaos.parser.ParserException
Object
String
representation of the given objectpublic Object unmarshall(String doc, String filename)
throws fipaos.parser.ParserException
Object
Object
Association Links |
to Class java.util.List
to Class fipaos.parser.datamapping.properties.PropertiesBinder
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |