Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta4
-
Fix Version/s: 1.0-beta4
-
Labels:None
-
Source ID:XLT-2
-
Number of attachments :
Description
Configuration of Xlite: Configuration config = new AnnotationConfiguration(..., ..., ...) or Configuration config = new XmlConfiguration(..., ..., ..., ...) init: Xlite xl = new Xlite(config) or Xlite xl = config.getInstance() use: Result result = xl.fromXmlCached(reader) Object object = result.getObject() or Object object = xl.fromXml(reader)