The parser needs to not barf if it sees an unknown element in there. Eg, ModRex 
mesh parameters, etc.

Ideally the SaveToXYZ function should fire an event on the object called 
something like say 'OnSaveRequest(out List<???> extraData)' which allows other 
modules to save additional data. On-load/On-construct should probably also fire 
an event which allows the data to be restored.

Adam

> -----Original Message-----
> From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-
> boun...@lists.berlios.de] On Behalf Of Hurliman, John
> Sent: Tuesday, 28 April 2009 4:32 PM
> To: opensim-dev@lists.berlios.de
> Subject: [Opensim-dev] Standardizing OpenSim data formats
> 
> Currently, OpenSim server<->server communication is primarily made up
> of .NET XML serialization. As a side effect of this, I've seen the wire
> format between simulator and grid services or grid service to grid
> service change many times since I started working on backend services.
> The OAR file format has also changed at least once while retaining the
> same version number because the underlying prim XML format changed. I
> am working on a libomv OAR reader/writer at the moment, and trying to
> deal with hacks for supporting pre and post change OAR files.
> 
> To increase compatibility between versions of OpenSim and with third
> party services I'd like to propose a standardization of (eventually)
> all over-the-wire communication in OpenSim. I started with an attempt
> at an LLIDL definition for primitives:
> 
> http://opensimulator.org/wiki/PrimitiveFormatProposal
> 
> Is anything missing? Does this look like a reasonable start?
> 
> John
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
_______________________________________________
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to