|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
marshalling GPPopulationHi all,
Is there any easy way to marshal and unmarshal a GPPopulation? thank you, Simone Bronzin Unitary Executive mobile: +39.3939459672 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ jgap-users mailing list jgap-users@... https://lists.sourceforge.net/lists/listinfo/jgap-users |
|
|
Re: marshalling GPPopulationSimone,
You could use Xstream, which is includes with JGAP. E.g.: //To read an object from file XStream xstream = new XStream(); File f = new File(a_filename); InputStream oi = new FileInputStream(f); GPGenotype result = (GPGenotype) xstream.fromXML(oi); // To write, use xstream.toXML Or use xstream.marshal(..) and xstream.unmarshal --> also see Internet-documentation Best Klaus www.klaus-meffert.com > -----Original Message----- > From: Simone Bronzin [mailto:simone.bronzin@...] > Sent: Friday, September 11, 2009 11:30 AM > To: jgap-users@... > Subject: [jgap-users] marshalling GPPopulation > > Hi all, > > Is there any easy way to marshal and unmarshal a GPPopulation? > > thank you, > > Simone Bronzin > Unitary > Executive > > mobile: +39.3939459672 > > > > -------------------------------------------------------------- > ---------------- > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day trial. Simplify your report design, > integration and deployment - and focus on what you do best, > core application coding. Discover what's new with Crystal > Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > jgap-users mailing list > jgap-users@... > https://lists.sourceforge.net/lists/listinfo/jgap-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ jgap-users mailing list jgap-users@... https://lists.sourceforge.net/lists/listinfo/jgap-users |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |